/*-------------------------------------
	Omega Phi Alpha style.css
	Author: Samuel Bohler
	Email: sbohler@axedio.com
	Date: May 10, 2008
	Build: 1.0
-------------------------------------*/
@charset "utf-8";
/*-------------------------------------
	GENERIC
-------------------------------------*/
	/*-------------------------------------
		Classes
	-------------------------------------*/
	/*-------------------------------------
		Elements
	-------------------------------------*/
		body {
			background:		#FFF;
			color:			#083c78;
			font-family:	Arial, Helvetica, sans-serif;
			height:			100%;
			margin: 		0px;
			padding: 		0px;
			width: 			100%
		}
		a {
			color: #003366;
			text-decoration: none;
			font-weight: bold;
		}
		a:hover {
			color: #aaaaaa;
			text-decoration: underline;
		}
/*-------------------------------------
	STRUCTURE
-------------------------------------*/
	/*-------------------------------------
		IDs
	-------------------------------------*/
		#wrapper {
			margin:			0px auto;
			width:			979px;
		}
		#header {
			background:		url("../images/header.jpg") no-repeat;
			height:			170px;
			margin:			0px auto;
			width:			979px;
		}
		#navigation {
			background:		#767692;
			margin:			0px;
			width:			209px;
		}
		#shadow_left {
			background:		url("../images/shadow_left.gif") repeat-y right;
			margin:			0px;
		}
		#shadow_right {
			background:		url("../images/shadow_right.gif") repeat-y left;
			margin:			0px;
		}
		#shadow_bottom {
			background:		url("../images/footer.jpg") no-repeat;
			height:			176px;
			margin:			0px;
			width:			979px;
		}
		#content_container {
			background:		url("../images/bg.jpg") center repeat;
			margin:			0px;
		}
		#content {
			background:		url("../images/bg.jpg") center repeat;
			padding:		10px 20px 20px 20px;
			width:			97%;
		}
		#nav {
			margin:			0px;
			padding:		10px 5px 10px 5px;
			background-color: #767692;
			width: 922px;
		}
		#nav a{
			color:			#FFF;
			font-size:		16px;
			font-weight:	bold;
			text-decoration:none;
		}
		#nav a:hover{
			color:			#000;
		}
		#nav li {
			list-style-image:	url("../images/bullet.gif");
			padding:		0px 0px 0px 15px;
			display: inline;
			margin: 0px 0px 0px 7px;
		}
		#nav #current {
			list-style-image:	url("../images/current.gif")!important;
		}
		#nav2 {
			height:			20px;
			margin:			0px;
			padding:		20px 10px 62px 219px;
			text-align:		center;
			width:			750px;
			vertical-align:	middle;
		}
		#nav2 a{
			font-size:		12px;
		}
		#nav2 a:hover{
			color:			#000;
		}

/*-------------------------------------
	END OF FILE
-------------------------------------*/

/* added things */
#special_image img {
	margin: 30px 44px 0px 45px;
}
td {
	vertical-align: top;
}