/* CSS Document */

body{
	background-image:url(../img/layout/cv_02.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#F8F2F2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin:0px;
}

#wrapper{
	width: 800px;
	text-align: left;
	margin: 0 auto 0 auto;
	padding: 0;
	line-height: 1.8em;
	
}

#head_back{
	background-image:url(../img/layout/cv_03.jpg);
	background-repeat:no-repeat;
	height:100px;
}

#header{
	background-image:url(../img/layout/cv_07.jpg);
	margin: 0 33px 0 auto;
	width:736px;
	
	height:100px;
}

#main_content{
	margin: 0 auto 0 auto;
	width:726px;
	padding:5px;
}

#footer{
	margin: 0 auto 0 auto;
	width:726px;
	height:50px;
	padding:5px;
	text-align:center;
	color:#727272;
}

#main_back{
	background-image:url(../img/layout/cv_06.jpg);
	background-repeat:repeat-y;
}

#title{
	display:none;
}

a{
	color:#ad7908;
	font-weight:bold;
}

a:hover{
	text-decoration:none;
}

.list{
	list-style-type: square;
}

h2{
	font-size:1em;
	width:98%;
	background-color:#E5E5E5;
	padding-left:10px;
	display:block;
	font-weight:bold;
}