html { 
	padding:0px;
	margin:0px;
}

body {
	background-color: #FFF;
	font-family: Helvetica, sans-serif;
	color: #999999;
	font-size: 12px;
	line-height: 23px;
 	margin:0px;
	padding:0px;
}

h1 {
	color: #666666;
	margin: 15px 0 5px 0;
	padding: 0;
}

a:link, a:visited, a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 12.5px;
	color: #999999;
	border-bottom: 1px dotted #999999;
	text-decoration: none;
}

a:hover {
	color: #4DAEFF;
	text-decoration: none;
}

#wrapper {
	width:960px;
	margin: 0px auto;
	padding:0px;
	text-align:left;
}

#left {
	width:250px;
	padding:0px;
	margin-top: 40px;
	float:left;
}

#logo a {
	border-bottom: none;
}

#menu {
	width: 215px;
	display: block;
	padding: 0;
	border-bottom: 1px solid #CCCCCC;
	
}

#about {
	width: 215px;
	display: block;
	padding: 10px 0;
	border-bottom: 1px solid #CCCCCC;
}

#contact {
	width: 215px;
	display: block;
	padding: 10px 0;
}

.blue {
	color: #4DAEFF;
}

#content {
	width:700px;
	padding:0px;
	margin-top: 78px;
	float:left;
	background-color:#fff;
	overflow: auto;
}

#twitter {
	text-align: right;
	margin-right: 56px;
}

#twitter a, #twitter a:active {
	margin-left: 592px;
	display:block;
	width: 51px;
	height: 30px;
	background: url("../img/twitter.jpg") 0 0 no-repeat;
	text-decoration: none;
	border-bottom: none;
}
#twitter a:hover { 
	background-position: 0 -50px;
}

#main {
	margin-top: 40px;
}

.content_element {
	width: 660px;
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	color: #888888;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 20px;
}

.content_element_view a {
	width: 150px;
	font-family:Helvetica,sans-serif;	
	text-align: right;
	letter-spacing:0.5px;
	color: #888888;
	text-decoration: none;
	font-style: normal;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:20px;
	border: none;
}

.content_element_view a:hover {
	color: #444444;
}


.content_element a img {
	float: left;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
}

.content_element a:hover img {
	border: 1px solid #4DAEFF;
}


.content_element h2 {
	width: 250px;
	float: left;
	color: #444444;
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:uppercase;
}

img {
	border:none;
}
