@charset "UTF-8";

/* formatting style
-----------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #CCCCCC;
}
hr {
	display: none;
}

/* link style
-----------------------*/
a img {
	bordr-style: none;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #FF0000;
}
a:active {
	position: relative;
	left: +1px;
	top: +1px;
}

/* basic layout
-----------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 900px;
	border-right: 2px solid #333333;
	border-left: 2px solid #333333;
	margin: 0px auto;
}

/* footer layout
-----------------------*/

#footer {
	padding: 15px;
	clear: both;
	border-top: 1px solid #CCC;
}

/* header layout
-----------------------*/
#header {
	background-color: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	height: 60px;
	margin-top: 0px;
	margin-left: 5px;
}
#top_rogo {
	float: left;
}

#header ul {
	text-decoration: none;
	list-style: none;
	width: 550px;
	float: right;
}
#header ul li {
	padding-right: 15px;
	float: left;
}
#header ul a {
	width: 130px;
	height: 2.5em;
	line-height: 2.5em;
	text-decoration: none;
	text-align: center;
}

/* main style
-----------------------*/

#main {
	width: 900px;
}

#main #prof {
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding-right: 10px;
	padding-left: 10px;
	top: 30px;
	line-height: 2.5em;
	color: #333;
	cursor: text;
	text-shadow: 3px 3px 5px #666;
	margin-bottom: 50px;
	left: 200px;
	width: 500px;
	bottom: 30px;
	position: relative;
}


#main h3 #mainimg {
	position: relative;
	left: 300px;
	top: 90px;
	margin-bottom: 150px;
}
