/* ----------------------------
reset
---------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

body {
	background-color:black;
	
		
}

/* ----------------------------
container
---------------------------- */
#bayarea {
	  width: 700px ;
    margin-top:25px;
  margin-left: auto ;
  margin-right: auto ;
}

/* ----------------------------
header
---------------------------- */
#header {
	height: 75px;
	/*background:url(images/header.png);
	background-repeat:no-repeat;
	*/
	padding-bottom: 25px;
}

/* ----------------------------
navigation
---------------------------- 

#navigation	{
	
	display: block;
	width: 550px;
	margin-left:150px;
	margin-top:20px;
	margin-bottom:20px;	
	
}

#navigation li {
	
	display:inline;
	list-style:none;
	font-family:verdana;
	font-size:16px;
	font-weight: ;

}

#navigation a {
	margin-right:10px;
	width: 110px;
	color:white;	
	text-decoration:none;
}

#navigation a:hover {
	
	color:red;
	
}

*/

/* ----------------------------
sidemenu
---------------------------- */
#sidemenu	{
	float: left;
	width: 150px;
	height: 600px;
	
}

#sidemenu li {
	text-align:right;
	list-style:none;
	font-family:verdana;
	font-size:16px;
	margin: 8px 0px 8px 0px;
	float: right;
	font-weight:400;

}

#sidemenu a {
	
	width: 150px;
	color:white;	
	text-decoration:none;
}

#sidemenu a:hover {
	
	color:red;
	
}
/* ----------------------------
content
---------------------------- */

#content 
{
	height: 600px;
	width: 550px;
	background: #000;
	float:left;
	margin: 0 auto; 
	text-align:center;
	margin-bottom: 40px;		
}

#footer
{
	height:200px;
	width:700px;
}

#footer .left
{
	width: 300px;
	height: 200px;
	color:#fff;
	float:left;
}

#footer .right
{
	width: 400px;
	height:  200px;
	color: #999;
	float:right;
}






