/* CSS Document */

body {
	margin: 0px auto;
	padding: 0;
	text-align: center;
	min-width: 900px;
	background: url('images/bg.jpg') top left repeat-x #032d5e;
	background-attachment: fixed;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #032e5e;
	}
	
a:link, a:visited {color: #09F;}
a:hover, a:active {color: #333333;}


img.border {border: 1px solid #cccccc; padding: 5px;}
img.border-left {border: 1px solid #cccccc;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 5px;}
img.border-right {border: 1px solid #cccccc;
	float: right;
	margin: 0px 0px 0px 10px;
	padding: 5px;}

p { padding: 0px 10px 0px 15px;
	text-align: justify;}
	
h1 {font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 36px;
	font-weight: normal;
	padding: 0px 10px 0px 10px;
	color: #00568c;}

h2 {
	font-size: 28px;
	font-weight: normal;
	padding: 0px 10px 0px 10px;
	color: #1da8e2;
}
	
h3 {font-size: 22px;
	font-weight: normal;
	font-style: italic;
	padding: 0px 10px 0px 10px;
	color: #09F;}
	
table.symbols {font-size: 12px;}
table.symbols p{font-size: 12px; text-align: justify;}

table.stylized { border: 1px solid #cccccc; margin: 0px 0px 10px 10px;}
table.stylized h2 {padding: 0px; margin: 0px;}
table.stylized td {border: 1px solid #cccccc;}

table.centered td {text-align: center;}
/*--------Header------------*/	
#wrapper {width: 1000px; margin: 0 auto;	text-align: left; }

#header {width: 1000px; margin: 0px; padding: 0px;}
#subheader {width: 998px; border: 1px solid #0d285e; border-top: 0px; border-bottom: 0px;  background: url('http://www.trideltauwg.com/2011/images/yellow.jpg') top left repeat !important; margin: 0px !important; padding: 0px !important; text-align: left;  height: 340px;}
#photobox {width: 822px; float: left;}
	


/*--------Main Nav / Menu Stuff------------*/
#mainnav {	width: 165px; float: right; padding: 8px 0px 0px 0px; margin: 0px; 
	background: url('http://www.trideltauwg.com/2011/images/yellow.jpg') top left repeat !important;
 color: #81a9a6;
	text-align: left;}
#mainnav ul{margin:0px; 
	padding: 3px 0px 3px 0px;}
#mainnav ul li{ padding: 2px 10px 2px 8px !important;		display: block !important;
	font-size: 14px; 
	list-style-type: none; 
	margin: 0px 0px 0px 0px !important;}
#mainnav a{text-decoration: none;  }
#mainnav a:link, #mainnav a:visited{color: #0067a7;}
#mainnav a:hover, #mainnav a:active{color: #81a9a6;}
#mainnav h2 {padding: 0px 0px 0px 0px; margin: 0px; color: #043d61;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 22px; font-weight: normal;}


/*--------Content------------*/	
	
#content {
	margin: 0px;
	width: 998px;
	border: 1px solid #0d285e;
	border-top: 0px;
	border-bottom: 0px;
	padding: 10px 0px 25px 0px;
	background: url('images/content-bottom.jpg') bottom left no-repeat #ffffff;
}
#content-left {width: 700px; float: left;}
#content-right {width: 280px; float: right; text-align: center;}

#socialnetwork {padding: 5px 0px 0px 0px; margin: 10px 0px 0px 0px; border-top: 1px dashed #06F;}

/*--------Footer------------*/	
#footer {clear: both; margin: 0px auto; padding: 10px auto;}
#footer p{text-align: center; padding: 8px 0px 0px 0px; margin: 0px; color: #1891e0;}
#footer a.pilot {font-size: 11px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none;}
#footer a.pilot:link, #footer a.pilot:visited {color: #1891e0;}
#footer a.pilot:link, #footer a.pilot:visited {color: #1891e0; font-size: 10px;}


/*--------IE Hacks & Whatnot------------*/
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} /* End hide from IE-mac */

    <!--[if lt IE 8]>
    <style type="text/css">
    li a {display:inline-block;}
    li a {display:block;}
    </style>
    <![endif]-->

