body {
	color:#000;
	font-size:12px;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
}

a	{
	color:#060;
}

a:hover {	
	color:#393;
}

div {
	border:0px solid #900;
}

#top {
	height:40px;
}

#title {
	height:60px;
	margin-left:10px;
}

#menu {
	height:50px;
	background-color:#333;
}

#graphic {
	width:800px;
	height:300px;
}

#sidebar {
	width:200px;
	float:left;
	padding-top:20px;
}

#content {
	width:600px;
	float:right;
	padding-top:20px;
}

#contact {
	width:500px;
	margin:auto;
	border:1px solid #ccc;
	border-width: 0 0 0 1px;
}

#footer {
	color:#666;
	font-size:11px;
	padding-top:30px;
	padding-bottom:10px;
}

h1 {
	font-family:Times New Roman, serif;
	font-size:35px;
	letter-spacing:0px;
}

h2 {
	font-family:Times New Roman, serif;
	font-size:22px;
	letter-spacing:0px;
}

table.top tr td {
	vertical-align:top;
}

.transparent {
	position:absolute;
	background-color:#000;
	opacity:0.25;
	filter:alpha(opacity=25);
	z-index:1;
}

.divider {
	width:100%;
	height:1px;
	clear:both;
	margin-top:5px;
	margin-bottom:5px;
}

.left {
	float:left;
	margin:0px;
	padding:0px;
}

.right {
	float:right;
	margin:0px;
	padding:0px;
}

.submit {
	width:150px;
	height:30px;
	border-style:solid;
	border-width:1px;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	background-color:#393;
	border-top-color:#6c6;
	border-right-color:#060;
	border-bottom-color:#060;
	border-left-color:#6c6;
}
