body {
	background-color:#ffffff;
	font-family:Verdana;
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#666666;
}
a {
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}
h1 {
	border-bottom:1px solid #333333;
}
#navbar {
	width:800px;
	text-align:left;
	margin:20px auto 0px;
	border-bottom:1px solid #333333;
}
	#navbar #title {
		float:left;
		font-weight:bold;
		font-size:14px;
	}
	#navbar #title span {
		font-size:18px;
	}
	#navbar .links {
		float:right;
		padding-top:38px;
	}
#content {
	width:800px;
	margin:auto;
}
	#content #left_pane {
		float:right;
		width:250px;
	}
		#content #left_pane #contact_module {
			width:250px;
			margin:20px 0px;
		}
			#content #left_pane #contact_module #contact_form span {
				float:left;
				text-align:right;
				clear:both;
				width:80px;
				margin-right:3px;
				margin-top:8px;
			}
			#content #left_pane #contact_module #contact_form input, #content #left_pane #contact_module #contact_form textarea {
				float:left;
				margin-top:3px;
				width:130px;

			}
			#content #left_pane #contact_module #contact_form textarea {
				height:50px;
			}
			#content #left_pane #contact_module #contact_form .submit_btn {
				clear:both;
				margin-left:42px;
				display:block;
			}

	#content #right_pane {
		float:left;
		width:500px;
		padding:20px
	
	}
		#content #right_pane #top_text p {
			display:block;
			float:left;
			width:140px;
			padding:10px;
			margin:3px;
			color:#ffffff;
		}
			#content #right_pane #top_text #p1 {
				background-color:#ff9999;
				background-image: url(images/box_red.jpg);
			}
			#content #right_pane #top_text #p2 {
				background-color:#66cc66;
				background-image: url(images/box_green.jpg);
			}
			#content #right_pane #top_text #p3 {
				background-color:#99aacc;
				background-image: url(images/box_blue.jpg);
			}
			#content #right_pane #top_text a {
				color:#ffffff;
			}
		#content #right_pane .graypara {
			background-color:#eaeaea;
			padding:10px;
		}

#footer {
	clear:both;
	width:800px;
	margin:20px auto;
	border-top:1px solid #333333;
	text-align:center;
}
	
.clear {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}
.bigtext {
	/*
	font-size:20px;
	font-weight:bold;
	*/
}
.redtext {
	color:#ff0000;
}
