@charset "UTF-8";
/* formatting style
---------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
hr {
	display: none;
}
/* link styles
---------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
---------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 675px;
	margin: 0px auto;
	clear: none;
	border-right: 1px #736357;
	border-bottom: 1px #736357;
	border-left: 1px #736357;
}
#header {
	height: 75px;
}
#main {
	width: 675px;
	clear: both;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#main dl {
	line-height: 2;
	right: 10px;
	font-weight: normal;
	font-size: small;
}
#main dl dt a {
	float: left;
}
#main li {
	list-style: none;
}
#down1 {
	float: left;
	width: 350px;
	line-height: 1.8;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
#down2 {
	float: right;
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#down3 {
	width: 350px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}
#down4 {
	width: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
}
#footer {
	clear: both;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header {
	position: relative;
	background-color: #FFFFFF;
}
#header #logo {
	position: absolute;
	left: 10px;
}
/* header styles
---------------------------*/

  {
	background-color: #FFFFFF;
	width: 660px;
}
#header ul li {
	float: left;
	list-style: none;
	padding-right: 20px;
}
#header ul li a:hover {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #333333;
}
#about #header #nAbout a,
#profile #header #nProfile a,
#gallery #header #nGallery a,
#blog #header #nBlog a,
#link #header #nLink a,
#contact #header #nContact a,
#clap #header #nClap
{
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #666666;
}
#down1 p {
	line-height: 1.8;
}
#down1 img {
	float: left;
	padding-right: 5px;
}
#down2 p {
	line-height: 1.8;
}
#down2 img {
	float: left;
	padding-right: 5px;
}
#down4 ul li {
	float: left;
	list-style-type: none;
}
