/* baseline styles for all pages */

/* Describe elements */

body {
	margin: 0;
	padding:0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt; 
	background: #FFFF99;
	width:100%;
	text-align:center; 
	color:#000;
	}

a:linked {
	text-decoration:none;
	font-weight:bold;
	color:#ff6666;
	}

a:hover  {
	background-color:#FF0000;
	color:#fff;
}

a:visited {
	color:#33FF99;
	}
	
a:active {
	color:#3333FF;
	}
	
p {
	margin-left:10px;
	text-align:left;
	}
	
ul {
	float:left;
	width:100%;
	margin:0;
	list-style-type:none;
	font-color:#000000;
	}

li  {
	display: inline;
	margin-right: 20px; 
	padding-right: 20px;
	border-right: 1px solid #9999ff;
	}

li.last  {
	border-right: 0;
	}

navlinks a  {
	color: #000000;
	}
	
/* Declare Classes */

.info { 
	clear:both;
	float:left;
	width:260px;
	text-align:left;
	padding:10px 0 0 0;
	line-height:24px;
	}
	
.info2 {
	float:left;
	width:250px;
	height:auto;
	padding:10px;
	}
	
.info3 {
	float:right;
	width:250px;
	height:auto;
	padding:10px;
	}
	
.info4 {
	width:500px;
	height:auto;
	padding:10px;
	margin:0 auto;
	}
	
.stuff {
	width:760px;
	height:auto;
	background-color:#FFFFCC;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	line-height:24pt;
	padding:10px;
	margin: 0 0 20px 0;
	}
	
/* Describe id selectors */

#wrapper {
	width:100%;
	height:129px;
	background:#FFF669;
	text-align:center;
	}

#header {
	width:100%;
	height:129px;
	margin-top:-10px;
	text-align:left;
	background:#FFF669;
	text-align:center;
	}

#colorbanner {
	margin-bottom:0px;
	float:left;
	}


#nav  {
	width:80%; 
	height:115px;
	margin:10px 0 0 0; 
	padding: 0;
	color: #000000;
	font-weight:bold;
	text-align:left;
	}

#content {
	width:760px;
	height:115px;
	margin:0 auto;
	}
	
#content img {
	float:left;
	border:0; 
	margin:0 10px 10px 10px;
	}

#content a.img  {
	border:none;
	width:450px;
	margin:0 10px 10px 10px;
	}
	
#snailmail {
	width:200px;
	float:left;
	margin-right:20px;
	text-align:left;
	line-height:24px;
	}
	
#DebCaris {
	width:250px;
	float:left;
	}
	
#projects {
	text-align:left;
	}
	
#PhilVic {
	width:250px;
	float:right;
	}
	
#footer  {
	clear:both;
	text-align:center;
	}

#bottomnav ul {
	width:100%;
	background:#c2c08f;
	list-style-type:none;
	color:#000000;
	}


#bottomwrapper {
	width:100%;
	height:50px;
	background-color:#000000;
	text-align: center;
	color: #c2c08f;
	}

#copyright {
	width: 760px;
	height: 100%;
	border:0;
	font-family: Arial;
	color: #c2c08f;
	font-size: small;
	text-align: left;
	}


