body {
	background:url('images/bg.png') fixed;
	color:#FFF;
	font-family:arial;
	margin:30px 50px;
	text-align:center;
}
h2 {
	margin:0;
	color:#19a2db;
	font-size:18px;
}
.h2-sub {
	color:#ccc;
}
.h2-sub.right {
	margin-left:15px;
}
.h2-sub.right.active, .h2-sub.active {
	color:#19a2db;
}
.h2-sub.active.intro {
	font-family:Georgia;
	font-style:italic;
	font-size:20px;
}
h3 {
	margin:0;
	margin-left:10px;
	color:#777;
	font-size:16px;
	border-bottom:1px dashed #333;
	margin-bottom:5px;
}
h3.lh {
	margin-top:20px;
}
.h2-sub a:link, a:visited {
	color:#ccc;
	text-decoration:none;
}
.h2-sub a:hover {
	color:#19a2db;
}
#container {
	width:700px;
	margin:0 auto;
	text-align:left;
}
#navigation, #content {
	overflow:hidden;
}
#content {
	border-top:1px solid #333;
	margin-top:10px;
	padding:15px 0px 15px 15px;
}
.navs .nav {
	margin-left:20px;
	font-size:14px;
	margin-top:22px;
	float:left;
}
.navs {
	float:right;
	margin-left:40px;
	overflow:hidden;
}
.home {
	margin-top:10px;
	padding-left:10px;
	font-size:14px;
	color:#bbb;
	line-height:18px;
	
}
.links, visted {
	color:#fff;
	text-decoration:none;
}
.links:hover {
	color:#db1959;
	text-decoration:none;
}
.links.current {
	color:#db1959;
	font-weight:bold;
}
.links.current:hover {
	font-style:italic;
}
.main {
	margin-top:20px;
}
.image {
	padding:5px;
	border:1px solid #333;
	background-color:#FFF;
	margin:10px;
	float:left;
}
.image:hover {
	background-color:#DDD;
}
.description {
	float:left;
	margin-top:8px;
	width:190px;
	font-size:11px;
}
.jobd {
	margin:10px 30px 10px 30px;
	padding:8px;
	border:1px solid #333;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	font-size:12px;
	color:#eee;
	background-color:#212121;
}
.work {
	overflow:hidden;
}
.title {
	font-weight:bold;
	color:#19a2db;
}
.sidebar {
	margin-left:585px;
	position:absolute;
	padding:10px;
	margin-top:-30px;
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
	width:110px;
}
.sidebar a:link, a:visited {
text-decoration:none;
color:#FFF;
}
.tweet {
	font-size:12px;
	padding:10px;
	border:1px solid #333;
	color:#999;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius: 4px;
	background-color:#222;
	margin-top:10px;
}
.tweet.home {
float:left;
width:180px;
margin-left:5px;
}
.tweet_container:before {
	content:"Latest Updates";
	display:block;
	position:absolute;
	margin-top:-9px;
	margin-left:10px;
	font-weight:bold;
	font-size:12px;
	color:#db1959;
}
.tweet_home:before {
	content:"Latest Updates";
	display:block;
	position:absolute;
	margin-top:2px;
	margin-left:10px;
	font-weight:bold;
	font-size:12px;
	color:#db1959;
}
.tfield, .btn {
		border-radius:4px;
		-webkit-border-radius:4px;
		-moz-border-radius: 4px;
		border:1px solid #333;
		padding:5px;
		font-size:12px;
		background-color:#222;
		outline:none;
		color:#aaa;
		width:200px;
		margin-bottom:3px;
}
.btn {
	width:174px;
	color:#19a2db;
}
.btn:hover {
	color:#db1959;
}
.area {
	width:340px;
	height:113px;
	margin-top:2px;
	resize:none;
	font-family:arial;
}
.sidebar a:hover {
	color:#19a2db;
}
.l {
	float:left;
	overflow:hidden;
}
.r {
	float:right;
}
