/**
 * @author Nicholas Wellcome
 * Style for Nicholas Wellcome's faculty page at Suny Dutchess
 */

body {
	background-color: #333333;
	color: #FFFFFF;
	font-family: Trebuchet, sans-serif;
	background-image: url('images/body-fade.gif');
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	/* cursor: url('images/cursor.png'), default; */
}

h1, h2  { 
	color: #FFFFFF;
}

h1 {
	/* color: #CC0000; */
	font-size: 1.3em;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
}

.white {
	color: #fff;
}

.ext {
	font-size: .8em;
	color: #ccc;
	position: absolute;
	right: 50px;
	/*
	padding-left:30px;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
	*/
}

h2 {
	/* color: #3366FF; */
	font-size: 1.1em;
	font-family: Verdana, Verdana, Geneva, sans-serif;
}
h3 {
	font-size: 1em;
	font-family: Verdana, Verdana, Geneva, sans-serif;

	/* font-weight: 300; */
}

.little, h4 {
	font-size: .65em;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	display: inline;
}

p, ul, li, a {
	font-size: .95em;
	/* font-weight: 100; */
	color: #ffffff;
}
p {
	font-family:  Trebuchet, sans-serif;
}

#content p {
	line-height: 15px;
	padding-left: 10px;
	/* background-image: url('images/15_wave_grad.gif'); */
	background-repeat: repeat-y;
	background-position: top left; 
	
}

li {
	padding: 0px 5px 5px 0px;
	list-style: none;
}
img {
	border: 0px;
}
#container {
	width: 730px;
	padding:0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
#outer { 
	border-left: solid 200px #333333;  /* color of the left column  */ 
	background-color: transparent;  /* color of the content column */
}
#inner {
	margin: 0px; width:100%;  /* The ie/pc pecularity */ 
}
#content { 
	position: relative;
	margin: 0px 0px 0px 15px; 
	background-color: #333333;
	padding: 15px;
	background-image: url('images/content-top-round.gif');
	background-position: left top;
	background-repeat: no-repeat;
	min-height: 400px;
}
#left {
	width:200px; 
	float:left; 
	position:relative; 
	margin-left:-200px; 
	margin-right:1px;
	padding: 15px;
	background-image: url('images/left-top-round.gif');
	background-position: left top;
	background-repeat: no-repeat;
}
#banner {
	background-color: #444444;
	padding: 0px 0px 15px 0px;
	margin-bottom: 15px;
	background-image: url('images/banner-bottom-round.gif');
	background-position: bottom;
	background-repeat: no-repeat;
}
#banner_pic {
	width: 730px;
	background-image: url('images/banner.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding:15px 0px 15px 0px;
	text-align:right;
}

#banner_pic h1, #banner_pic h2 {
 margin-right: 10px;
}

#footer {
	text-align: left;
	width: 730px;
	padding: 20px 0px 20px 20px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #333333;
	background-image: url('images/footer-fade.gif');
	background-position: top center;
	background-repeat: no-repeat;
	font-size: .8em;
}

#left ul {
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 10px;
	list-style: disc;
}
