/********************/
/*  general styles  */
/********************/
body {
	margin: 0;
	padding: 0;
	background: #cc9 url("../i/abstract2.jpg") top left no-repeat;
	color: #630;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
p, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
a:link, a:visited {
	text-decoration: none;
	background: transparent;
	color: #039;
}
a:hover {
	text-decoration: underline;
	background: transparent;
	color: #039;
}
hr {
	width: 100%;
	height: 1px;
	color: #696;
}

/********************/
/*    site layout   */
/********************/
#header {
	margin: 0;
	padding: 0;
	background: #333 url("../i/abstract1.jpg") top right no-repeat;
	border-bottom: 3px solid #696;
}
#navigation {
	float: left;
	width: 210px;
	margin: 0;
	padding: 20px 10px 20px 40px;
}
#content {
	margin-left: 260px;
	margin-right: 10%;
}
#footer {
	clear: both;
	text-align: center;
	padding-bottom: 10px;
}

/********************/
/*  header section  */
/********************/
#header h1 {
	color: #9c9;
	font-size: 2em;
	margin: 0;
	padding: 0 0 0 15px;
}
#header h2 {
	color: #cfc;
	text-align: center;
	letter-spacing: 0.5em;
	margin: 0;
	padding: 0;
}
#header h3 {
	color: #696;
	font-size: 1.15em;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 15px;
}
#header p {
	background: transparent;
	color: #fff;
	text-align: right;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
}

/*************************/
/*  navigation section   */
/*************************/
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
}
#navigation li {
	margin: 0;
	padding: 0;
}
#navigation li a {
	text-align: center;
	width: 160px;
	display: block;
	font-size: 0.85em;
	padding: 5px;
	margin: 2px 0;
	text-decoration: none;
	border: 2px solid #966;
}
#navigation li a:link, #navigation li a:visited {
	background: #696;
	color: #fff;
}
#navigation ul li a:hover {
	background: #cc9;
	color: #630;
}

/********************/
/*  footer section  */
/********************/
#footer ul li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}

/********************/
/*   contact form   */
/********************/
#frmContact fieldset {
	display: block;
	padding: 20px;
	width: 380px;
	border: 1px solid #cfc;	
}
#frmContact legend {
	color: #06c;
}
#frmContact label {
	display: block;
	font-weight: bold;
}
#frmContact input {
	display: block;
	margin: 0 0 10px 0;
}
#frmContact textarea {
	display: block;
	margin: 0 0 10px 0;
}


/***********/
.valid {
	border: 0;
	width: 88px;
	height: 31px;
	display: inline;
}

/********************/
/*  content section */
/********************/
#content ul {
	list-style: none;
	list-style-position:inside;
	margin: 10px 0;
	padding: 0;
}
#content ul ul li {
	list-style: circle;
	margin: 5px 0;
}
#content h4 {
	margin: 20px 0 5px 0;
	padding: 2px 2px 2px 10px;
	border: 1px solid #696;
	background: #9c9;
}
.message {
	text-align: center;
	margin: 40px 20px;
	padding: 10px;
	background: #cfc;
}