*{
	padding: 0px;
	margin: 0px;
}
body{
	background: #333333;
	font-family: "Helvetica", "Lucida Grande", "Arial", "Sans-Serif";
	font-size: 12px;
	background-color: #000066;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
h1, h2, h3, h4 {
	font: "Helvetica";
	font-weight: 200;
	letter-spacing: 0.1;
	color: #000000;
	padding: 5px;
}
h2{
	font-size: 30px;
	font-weight: 100;
}
#wordpress_col h2{
	font-size: 20px;
	font-weight: 100;
	background-color: #999999;
	opacity: 0.8;
}
.widget h2{
	font-size: 20px;
	font-weight: 100;
	background-color: #999999;
	opacity: 0.8;
}
a:hover{
	color: #666666;
}
a:link, a:active, a:visited{
	color: #333333;
	text-decoration: none;
}
p{
	padding: 5px;
}
.right{
	float: right;
}
.left{
	float: left;
}
img{
	border: none;
}
#wrap{
	position: relative;
	width: 960px;
	margin: auto;
	box-shadow: 0.2em 0.2em #000;
}
#header{
	position: relative;
	width: 960px;
	height: 120px;
	margin: auto;
	background-color: #000066;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#header h1{
	font-size: 36px;
	padding: 10px;
	padding-bottom: 0px;
	color: white;
	font-weight: 400;
	-webkit-text-stroke: 1px #000066;
	-moz-text-stroke: 1px #000066;
}
#header h2{
	font-size: 22px;
	padding: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #ffffff;
	font-weight: 600;
	-webkit-text-stroke: 1px #000066;
	text-shadow: #000 1px 1px 1px;
	-moz-text-stroke: 1px #000066;
}
#navbar{
	float: right;
	list-style: none;
	background-color: #00ffff;
	text-align: center;
	padding: 2px;
	opacity: 0.8;
	margin-right: 10px;
	-webkt-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
}
#navbar a{
	font-weight: 200;
	font-size: 16px;
	color: #000066;
	padding: 5px;
}
#navbar a:hover{
	font-weight: 200;
	font-size: 16px;
	background-color: #000066;
	color: #ffffff;
}
#navbar li{
	float: left;
	padding: 5px;
	font-size: 12px;
	list-style: none;
}
#content{
	float: left;
	width: 960px;
	background-color: #ffffff;
	-moz-border-bottom-radius: 5px;
	-webkit-border-bottom-radius: 5px;
}
#left_col{
	float: left;
	width: 649px;
	text-align: justify;
	padding-left: 5px;
	padding-bottom: 10px;
	margin-top: 5px;
}
#right_col{
	float: left;
	width: 290px;
	padding: 5px;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: right;
	padding-left: 10px;
	border-left: #cccccc solid 1px;
}
.widget{
	float: left;
	width: 290px;
	padding-bottom: 5px;
	border-bottom: #cccccc solid 1px;
	margin-bottom: 10px;	
}
#twitter{
	float: left;
}
.social_icon{
	width: 51px;
	height: 51px;
	margin: 2px;
	text-align: center;
}
#right_col h2{
	border-bottom: #cccccc solid 1px;
	margin-bottom: 5px;
}
#footer{
	float: left;
	width: 960px;
	padding-top: 15px;
	background-image: url(images/content_bot.png);
	background-repeat: no-repeat;
	text-align: center;
	color: white;
	font-size: 10px;
}

//* Contact *//
.label{
	float: left;
	width: 180px;
	padding: 5px;
}
.field{
	float: right;
	width: 340px;
	padding: 5px;
	margin-right: 40px;
}