body {
	background-color:#303030;
	background:#303030 url('../img/bg.jpg') repeat-x;
	margin:0px;
	padding:0px;
	font-family:Arial,Helvetica;
}

a {
	color:white;
}

#toolbar {
	height:74px;
	background:#202020 url('../img/menu_bg.jpg') repeat-x;
}

#toolbar .button {
	float:left;
}

#footer {
	height:46px;
	background:#202020;
	color:#e8e8e8;
}

#footer a{
	color:#e8e8e8;
	margin:10px;
	font-size:12px;
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}


#content {
	background:#4a4949;
	width:982px;
	height:100%;
}

#content .left{
	width:550px;
	float:left;
	color:#d7d7d7;
	font-size:12px;
}

#content p {
	text-align:justify;
	margin-left:40px;
	margin-right:20px;
}

#content .right{
	float:right;
	width:420px;
	background:#3a3a3a;
	margin-right:10px;
	height:100%;
}

#content .heading{
	font-size:21px;
	padding-bottom:10px;
	padding-top:20px;
	border-bottom:1px dashed #d7d7d7;
	width:490px;
	color:white;
	margin-left:40px;
	margin-bottom:20px;
}
#content .left div{
	margin-left:40px;
}

#content .heading_small{
	font-size:14px;
	font-weight:bold;
	margin-left:40px;
	color:white;

}

img {
	border:0px;
}

.contactform {
	width:500px;
}

.contactform td {
	padding:3px;
}

.contactform .caption{
	font-weight:bold;
	width:100px;
	color:white;
	padding-left:10px;
}


.sel {
}

.formline .input,.formline textarea {
	width:350px;
}

.formline .option {
	width:80px;
	float:left;
}

.formline {
	width:450px;
}

.divider {
	border-bottom:1px dashed #888;
	width:450px;
	margin-bottom:10px;
	margin-top:10px;
	
}

.presslink {
	margin-top:10px;
	margin-bottom:10px;
}

form {
	margin:0px; padding:0px;
}

.formline .checkbox {
	width:100px;
}
