/* General Settings */
* {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: justify;
}

a, a:visited, a:active, a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

body {
	background-image: url(images/bg.png);
	background-repeat: repeat;
}
	
div#container {
	width: 900px;
	margin: 20px 0px 0px 35px;
}

div#logo {
	margin-left: 671px;
	position: absolute;
}

img#bg_img {
	opacity:0.15;
	filter:alpha(opacity=15);
	z-index: -1;
}

div#logo_content {
	margin-left: 671px;
}

img#bg_img_content {
	opacity:0.15;
	filter:alpha(opacity=15);
	z-index: -1;
	position: absolute;
}

div#content_container {
	padding-left: 45px;
	padding-top: 15px;
	color: #FFFFFF;
}

div#name {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 60%;
	font-size: 24px;
	font-weight:bold;
	color: #FFFFFF;
	border-bottom: 2px solid #000000;
}

div.section {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 40%;
	font-size: 18px;
	font-weight:bold;
	color: #FFFFFF;
	border-bottom: 2px solid #000000;
	margin-left: 20px;
}	

ul.no_bullet_no_indent {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

ul.no_bullet {
	list-style-type: none;
}

ul.no_bullet_skills {
	list-style-type: none;
	margin-left: 20px;
}

ul.no_bullet_skills a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: thin dashed #FFFFFF;
}

ul.no_bullet_skills a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: thin solid #FFFFFF;
}

div#footer {
	clear: both;
	border-top: 2px solid #000000;
	width: 900px;
}

div#footer_content {
	clear: both;
	border-top: 2px solid #000000;
	width: 900px;
	margin-left: 35px;
}

span#footer_content_left {
	margin: 25px 10px 10px 10px;
	padding: 2px;
	float: left;
}

span#footer_content_right {
	margin: 25px 10px 10px 10px;
	padding: 2px;
	float: right;
}

span#footer_content_left a, a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: thin dashed #000000;
}

span#footer_content_left a:hover, a:active {
	color: #000000;
	text-decoration: none;
	border-bottom: thin solid #000000;
}