body 
{ 	margin: 0px;
	height: 100%;
	font-family: "Arial";
	font-size: 12px;
	color: #24271E;
	background: #000000;
	line-height: 20px;
}

/* Container */

#container {width: 100%;
	    min-height: 100%;
	    height: 100%;
	    background: #000;
            margin-top: 0px;
	    position: relative;}


/* Header */

#header {margin: 0px auto 10px auto;
	width: 100%;
	height: 240px;
	background: #000 url(header.jpg) no-repeat;
	background-position: center;
}

/* Nav */

#nav {width: 500px;
	  margin: 0 auto 0 auto;}

#nav ul {font-size: 12px;
	    margin: 0px auto 0 auto;
		font-weight: lighter;
		font-family: "Century Gothic";}

#nav li {display: inline;
	    padding-left: 15px;
  	    padding-right: 0px;}

#nav a {
	color: #116479;
	text-decoration:none;
	text-transform: uppercase;
	}

#nav a:hover {
	text-decoration:none;
	color: #4F2C30;
	text-transform: uppercase;
	}

/* Content */

#content {
	width:480px;
	margin: 20px auto 0px auto;
	padding: 0;
	color: #494939;
	}

em, b {color: #89887E;}	

#content h3 {font-size: 15px;
	     color: #FFFFFF;
	     text-transform: lowercase;
	     font-weight: normal;
	     font-family: "Century Gothic";
	     letter-spacing: 2px;}

blockquote { color: #89887E;
			    background: #24271E;
				 border-left: 11px solid #494939;
				 padding: 10px;
				 line-height: 15px;}
#content a, a:link, a:visited, a:active {
	color: #116479;
	text-transform: lowercase;
	}

#content a:hover {
	text-transform: lowercase;
	color: #4F2C30;
	border-bottom: 1px dotted #E7EBE2;
	}

img { padding: 8px; 
      background-color: #494939; }		

/* Footer */

#footer {width:480px;
        bottom: 0;
	margin: 0 auto 0 auto;
	padding: 20px 0 20px 0;
	text-align: center;
	font-family: "Century Gothic";
	font-size: 11px;
	color: #6A695A;
	border-top: 1px dotted #89887E;}

#footer a, a:link, a:visited, a:active {
	color: #116479;
	text-decoration:none;
	text-transform: uppercase;
	}

#footer a:hover {
	text-decoration:none;
	color: #4F2C30;
	border-bottom: 1px dotted #B3B7AE; 
	text-transform: uppercase;
	}