@charset "utf-8";

/*---------------------------General Clases---------------------------------------*/
body {
	background-color: #000000;
	color:#ffffff;

}


a img{ border:0;}
/* FIX IE7*/
html* {
	z-index:2;
}

/* BEGIN LAYOUT */
#conteiner {
	vertical-align: middle;
	background-image: url('../images/body.png');
	width:1125px;
	height:677px;
	margin:0 auto;
}

#navigation {
	float: left;
	width:1125px;
	height:40px;
	background:url(../images/line.png) top no-repeat;
	margin-top: 30px;
}

#menu {
	width:450px;
	margin:0 auto;
	text-align: center;
}

#menu a {
	line-height:200%;
	font-size:18px;
	color:#ffffff;
	font-family: Tahoma;
	text-decoration:none;
}

#menu .link {
	float: left;
	position:relative;
	width:150px;
	height:40px;
	display:block;
}

#footer {
	font-size:14px;
	line-height:300%;
	float: left;
	width:1125px;
	height:40px;
	background:url(../images/line.png) top no-repeat;
	font-family: Tahoma;
	text-align: center;
	margin-bottom: 0px;
}

#content {
	height:415px;
	width:920px;
	margin: 0 auto;
	font-family: Tahoma;
}

#content .name{
	float:left;
	width:920px;
	margin-top: 100px;
	font-size: 80px;
}

#content .name h1{
	font-size: 80px;
	display: inline;	
}

#content .desc{
	float:left;
	width:920px;
	margin-top: 10px;
	font-size:25px;
}

#content .desc h1{
	font-size:25px;
	display: inline;
}

#contacts{
	text-align: center;
	color:#edbd1a;
	float:left;
	width:1125px;
	margin: 0 auto;
	font-size: 20px;
}
#contacts .left{
	float: left;
	text-align: center;
	margin: 0 auto;
	width:500px;
}
#contacts .right{
	float: right;
	text-align: center;
	margin: 0 auto;
	width:500px;
}

#line {
	float: left;
	margin-top: 5px;
	width: 1125px;
	height: 195px;
	background: url(../images/line2.png) top no-repeat;
}

#skills {
	height: 640px;
	width: 920px;
	margin: 0 auto;
	font-family: Tahoma;
}

#skills .block{
	float: left;
	width: 920px;
	margin-top: 40px;

}

#skills .block .title{
	float: left;
	width: 150px;
	margin: 0 auto;
	text-align: left;
	font-size: 20px;
}

#skills .block .text{
	float: right;
	width: 700px;
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
}

#projects {
	height: 640px;
	width: 920px;
	margin: 0 auto;
	font-family: Tahoma;
}

#projects a {
	font-size: 16px;
	color:#edbd1a;
	font-family: Tahoma;
	text-decoration:none;
}


#projects .block{
	float: left;
	width: 920px;
	margin-top: 70px;

}

#projects .block .title{
	float: left;
	width: 150px;
	margin: 0 auto;
	text-align: left;
	font-size: 20px;
}

#projects .block .text{
	float: right;
	width: 700px;
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
}