@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	margin:0;
	padding:0;
	font-family:Arial, sans-serif;
	font-size:12px;
	background-color:#171717;
	background-repeat:repeat-x;
}

/* Design Styles */

.header {
    width:850px;
    margin:0 auto;
}

.logo {
	width:850px;
	height:193px;
	background-image:url(images/head.jpg);
	background-repeat:no-repeat;
}

.container {
    width:850px;
	min-height:450px;
    margin:0 auto;
	background-image:url(images/content-bg.jpg);
}

.footer {
	width:850px;
	height:55px;
	margin:0 auto;
	background-image:url(images/content-bottom.jpg);
	background-repeat:no-repeat;
}

/* Navigation Styles */

.navbar {
    width:850px;
	height:64px;
    margin:0 auto;
	padding:0;
	list-style:none;
	text-decoration:none;
}

#nav {

}

#nav ul {
	text-decoration:none;
	list-style:none;
	list-style-image:none;
    float:left;
    padding:0px;
    height:64px;
	margin:0px;
}

#nav li {
	text-decoration:none;
	list-style:none;
	list-style-image:none;
    float:left;
	height:64px;
    padding:0px;
	margin:0px;
}

a.home {	
	background-image:url(images/menu2.jpg);
}

a.home:hover {
	background-image:url(images/menu2-up.jpg);
}

.selected a:home {
	background-image:url(images/menu2-up.jpg);
}

.a {
	border:none;
}

.entry img {
	border:none;	
}

/* Content Styles */

.entry {
	margin-top:10px;
	margin-left:60px;
	margin-right:60px;
	margin-bottom:0px;
	background-image:url(version2/spacer.jpg);
	background-repeat:no-repeat;
	padding-top:5px;
}

/* Text Styles */

.entry p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	margin:0px;
	margin-left:20px;
	margin-right:20px;
	padding:3px;
}

p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	margin:0px;
	margin-left:40px;
	margin-right:40px;
	padding:3px;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin:0px;
	margin-left:40px;
	padding:5px;
	text-transform:uppercase;
}

h2 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform:uppercase;
	color: #000000;
	margin:0px;
	padding:5px;
}

h3 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	margin:0px;
	margin-left:45px;
	padding:10px;
	text-transform:uppercase;
}

h5 {
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}

h6 {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	margin:0px;
}

/* Other Styles */

/* CV Styles */

.resume {
	padding-top:2px;
	padding-bottom:2px;
	padding:0px;
	margin-left:60px;
	margin-right:60px;
}

.resume p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	margin:0px;
	padding:3px;
}

.resume h1 {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	margin:0px;
	margin-left:0px;
	padding:0px;
}

.resume h2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin:0px;
	margin-left:15px;
	padding:0px;
}

.resume li {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #000000;
	margin:0px;
	margin-left:0px;
	padding:0px;
}


/*
a.home {
background-image:url(../images/nav-home-off.gif);
}
a.home:hover {
background-image:url(../images/nav-home-hov.gif);
}
a.about {
background-image:url(../images/nav-about-off.gif);
}
a.about:hover {
background-image:url(../images/nav-about-hov.gif);
}
a.folio {
background-image:url(../images/nav-folio-off.gif);
}
a.folio:hover {
background-image:url(../images/nav-folio-hov.gif);
}
a.contact {
background-image:url(../images/nav-contact-off.gif);
}
a.contact:hover {
background-image:url(../images/nav-contact-hov.gif);
}
.selected a.home {
background-image:url(../images/nav-home-on.gif);
}
.selected a.about {
background-image:url(../images/nav-about-on.gif);
}
.selected a.folio {
background-image:url(../images/nav-folio-on.gif);
}
.selected a.contact {
background-image:url(../images/nav-contact-on.gif);


*/
