@charset "UTF-8";
/* CSS Document */

html, body {
	padding: 0px;
	margin: 0px;
	margin-left:auto;
	margin-right:auto;
	overflow: auto;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
}

ul {
	margin: 0px;
	vertical-align: middle;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #F00;
	text-decoration: underline;
}


/* Classes */

.red {
	color: #F00;
	font-weight: bold;
	font-size: 14px;
}

.big {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
}


/* ID's */

#main {
	width: 1010px;
	background-color: #000000;
	margin: auto;
}

#header {
	width: 1010px;
	height: 70px;
}

#logo {
	padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 3px;
}

#border_box {
	width: 1008px;
	height: 705px;
	border: thin solid #353535;
}

#border_box1 {
	width: 1008px;
	height: 650px;
	border: thin solid #353535;
}

#border_box2 {
	width: 1008px;
	height: 894px;
	border: thin solid #353535;
}

#border_box3 {
	width: 1008px;
	height: 700px;
	border: thin solid #353535;
}

#nav {
	padding-right: 40px;
	float: right;
	margin-top: 3px;
}

#nav ul li {
	display: inline;
	list-style-type: none;
	padding-left: 21px;
	padding-right: 21px;
	font-size: 14px;
}

#nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
}

#nav ul li a:hover {
	text-decoration: underline;
	color: #F00;
}

#resume {
	padding-left: 28px;
	margin-top: 31px;
}

#box1 {
	background-image: url(../images/resume_bg1.jpg);
	background-repeat: no-repeat;
	width: 964px;
	height: 390px;
}

#slideBox {
	background-color: #000000;
	width: 995px;
	height: 572px;
	margin-top: 60px;
}

#content1 {
	width: 612px;
	padding-left: 301px;
	padding-top: 15px;
}

#c1_text {
	float: left;
}


#div {
	background-image: url(../images/resume_divider.gif);
	background-repeat: no-repeat;	
	width: 963px;
	height: 3px;
}

#box2 {
	background-image: url(../images/resume_bg2.jpg);
	background-repeat: no-repeat;	
	width: 963px;
	height: 418px;
}

#contact {
	background-image: url(../images/contact_bg.jpg);
	background-repeat: no-repeat;	
	width: 928px;
	height: 654px;
	margin-left: 40px;
}

#contact_info {
	padding-left: 376px;
	padding-top: 125px;
	text-align: center;
	width: 436px;
}

#real {
	background-image: url(../images/real_bg.jpg);
	background-repeat: no-repeat;	
	width: 1000px;
	height: 632px;
	margin-left: 4px;
	margin-top: 37px;
}

#youtube {
	padding-top: 55px;
	padding-left: 270px;
	
}

#footer {
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #F00;
	text-decoration: underline;
}