/* CSS for sandymills.com - (c)2008 Sandy Mills-Alford */

body {
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
	text-align: center;
	background-color: #e6e7e9;
	color: #333333;
	margin: 0; 
	padding: 0;
}

a:link, a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover, a:active {
	color: #666666;
	text-decoration: underline;
}

img { 
	border: 0;
}

#all {
	text-align: left; 
	margin: auto; 
	padding: 0; 
	width: 801px;
	background-color: #FFFFFF;
	color: #333333;
}


/* HEADER */
div#header {
	width: 801px;
	height: 155px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat; 
	background-color: #022ab6;
	color: #FFFFFF;
}

/* NAVIGATION */
div#navigation { 
	position: absolute;
	clear: both;
	width: 801px; 
	height: 21px;
	text-align: center; 
	background-image: url(images/naviBg.jpg);
	background-repeat: repeat-x; 
	color: #666666;
	font-family: "Century Gothic", "New Gothic Std", "Trebuchet MS", sans-serif;
	font-size: 14px; 
}

ul#navlinks {
	background-image: url(images/naviSpacer.jpg);
	background-position: left;
	background-repeat: repeat-y;	
}

ul#navlinks, ul#navlinks li {
	display: inline;
	margin: 0;
	padding: 0;
}

ul#navlinks li {
	padding-left: 35px; 
	padding-right: 35px; 
	margin: 0;
	background-image: url(images/naviSpacer.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

/* CONTENTAREA */

#contentarea {
	margin-top: 50px; 
	color: #333333;
	text-align: left; 
	font-size: 13px;
	font-family: "Century Gothic", "New Gothic Std", "Trebuchet MS", sans-serif;
}

#contentarea p {
	padding-left: 30px;
	padding-right: 30px;
}

p#vitae {
	padding-left: 50px;
	padding-right: 50px;
}

p#vitaeExperience {
	padding-left: 50px;
	padding-right: 50px;
	margin-left: 95px;
}
li#vitaeExperience {

	padding-right: 50px;
	margin-left: 95px;
}


#contentarea ul {
	padding-left: 50px;
	padding-right: 50px;
	margin: 0;
	list-style-position: inside;
	list-style-type: circle;
}

#aliveteklogo {
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 30px;
	margin-top: 40px;
	width: 202px; 
	height: 44px;
	background-image: url(images/alivetek_logo.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#contentarea h1 {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 16px;
	font-family: "Century Gothic";
	font-weight: bold;
	color: #666666;
}
#contentarea h2 {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 15px;
	font-family: "Century Gothic";
	font-weight: bold;
	color: #999999;
}

/* FOOTER */
#footer {
	clear: both; 
	width: 801px;
	text-align: center; 
	font-size: 10px;
	color: #666666;
	margin-bottom: 20px;
	margin-top: 35px;
}

#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #666666;
	text-decoration: underline;
}

