@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	margin-bottom: 1px;
	}
	
body {
	background: #430407;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 15px 0 15px 0;
	}
	
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0 0 20px 0;
	text-align: center;
	}	

a img {
	border: none;
	}	
	
ul {
	font-size: 14px;
	line-height: 22px;
	list-style-type: square;
	}	

table {
	margin: 10px 30px 30px 30px;
	}

div.clear {
	clear: both;
	height: 1px;
	margin: auto;
	width: 400px;
	}

#top {
	background: url(images/shelikof_pageTop.gif) bottom no-repeat;
	height: 13px;
	margin: auto;
	width: 760px;
	}

#branding {
	background: #416477;
	margin: auto;
	padding: 7px 0 10px 0;
	width: 760px;
	}

#nav {
	background: url(images/shelikof_sliverBar.gif) repeat-x;
	height: 26px;
	margin: auto;
	padding: 6px 0 0 0;
	text-align: center;
	width: 760px;
	}
	
	#nav a  {
		color: #762226;
		font-weight: bold;
		font-size: 13px;
		text-decoration: none;
		text-transform: uppercase;
		}

	#nav a:hover {
		color: #CC9966;
		}

#content {
	background: #416477;
	line-height: 17px;
	margin: auto;
	padding: 10px 30px 20px 30px;
	width: 700px;
	}
	
	#content #collage {
		margin: auto;
		width: 608px;
		}

	#content a {
		color: #FFFFFF;
		}

	#content a:hover {
		color: #CC9966;
		}

#footer {
	clear: both;
	margin: auto;
	text-align: center;
	width: 760px;
	}
	
	#footerNav {
		background: url(images/shelikof_sliverBar.gif) repeat-x;
		height: 26px;
		margin: auto;
		padding: 6px 0 0 0;
		text-align: center;
		width: 760px;
		}
		
		#footerNav a {
			color: #762226;
			margin: 0 8px 0 8px;
			text-decoration: none;
			}

		#footerNav a:hover {
			color: #CC9966;
			}
			
	#footerCopy {
		background: #416477;
		color: #FFFFFF;
		height: 12px;
		margin: auto;
		padding: 10px 0 3px 0;
		width: 760px;
		}
	
#bottom {
	background: url(images/shelikof_pageBottom.gif) top no-repeat;
	height: 13px;
	margin: auto;
	width: 760px;
	}

