@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
		border: 1px solid #000000;
}
#header {

	width:940px;
	height:96px;
	}

#menu {height: 149x; 
width:940px;
	border-bottom:1px solid #000;

}

#mainContent {
	width: 940px;
	min-height:400px;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
margin: 0;
padding:0;

}

 #inside
{	width:500px;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	padding-left:430px;
	padding-top:50px;
}
#inside img
{border:1px solid #000;}
	
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	width: 920px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	font-weight: bold;
	color: #000;
}


h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCC;
	background-color: #000;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
#inside a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #900;
	text-decoration:none;
}
#inside a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #900;
	text-decoration:none;
}
#inside a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #900;
	color:#fff;
	text-decoration:none;
}
#inside a:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background: #900;
	color:#fff;
	text-decoration:none;
}
input, textarea {border:1px dotted #000;
background: #CCC;
color: #000;
font: Verdana, Geneva, sans-serif;
font-size:11px;
}
#descriptions
{
	position:absolute;
	top:390px;
	padding-left:270px;
	width:150px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
}
