body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	min-width: 880px;
	background:url(images/background.jpg) top center no-repeat #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 130%;
}

/*all*/
#wrapper {
	margin:0 auto;
	width: 880px;
	text-align: left;
}
#bottom {clear: both; display: block; width: 100%; height: 50px;}
.clear {clear: both; display: block; width: 100%; height: 1px;}

/*home*/
#homecont {width:370px; float: left; padding-left: 2px; margin-top: 20px}
#homeside {width: 508px; float: right; margin-top: 20px;}
#midcol {width: 239px; float: left; margin-top: 10px}
#rightcol {width: 254px; float: right; padding-left: 15px; margin-top: 10px}
#latestblog, #subscribebox {padding-top: 20px;}
#mainside #connect, #mainside #twitterfeed {padding-top: 20px;} 
#latestblog p {margin-top: 5px; margin-bottom: 12px;}
#latestblog a {font-size: 14px; line-height: 120%;}

/*subpage*/
#maincont {width:622px; float: left; padding-left: 4px; margin-top: 20px}
#blogcont a {color: #F60; line-height: 260%}
.large {font-size: 17px;}
#mainside {width: 254px; float: right; margin-top: 20px;}
.portfolio {width: 310px; float: left; padding-bottom: 20px;}
.portfolio2 {width: 310px; float: right; padding-bottom: 20px;}
.portfolio img, .portfolio2 img {margin-left: 4px;}


/*text and img style*/
img { border: none; }
p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	margin-left: 20px;
	margin-right: 20px;
}
label {font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #fff;}
h1 {
	font-size: 35px;
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 0px;
	margin: 10px 0px 20px 0px;
}
h2 {
	color: #f60;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin: 10px 28px 10px 17px;
}
h3 {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	margin: 10px 0px;
}
h4 {color: #fff; font-weight: normal; font-size:18px;}
h4 a {margin-left: 7px;}
a {color: #fff;}
a:hover {color: #6F3;}
.button {margin-left: 98px;display: block; width: 90px; height: 32px; background:url(images/subscribebtn.jpg) top left no-repeat #000; margin-top: 10px; border: none;}
.twtr-hd {display: none !important;}
#logo {
	margin: 0auto;
	margin-top: 5px;
	display: block;
	width: 261px;
	height: 131px;
	margin-bottom: 5px;
}
/* menu */
#menu {
position: relative;
padding: 0px;
margin: 0px;
height: 25px;
z-index: 999;
width: 880px;
}
#nav {
	position: relative;
	width: 880px;
}
#menu a {
	text-decoration: none;
	color: #fff;
	margin-left: 25px;
	margin-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#menu a:hover {
color: #6F3;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu #nav a {
	text-decoration: none;
}
#menu #nav li li a {
	margin-right: 20px;
	line-height: 150%;
	display: block;
	font-weight: normal;
	color: #fff;
}
#menu #nav li li a:hover {
	margin-right: 20px;
	line-height: 150%;
	border-width: 0 5px;
	background-color: #212121;
}
#menu li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	border-width: 1px 0;
}
#menu li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background-color: #111111;
	padding: 0.5em 0 1em 0;
	z-index: 99;
}
#menu li>ul {
	left: 0px;
	width: 200px;
}
#menu li ul li {
clear: both;
display: block;
width: 100%;
text-align: left;
}
#menu li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}
#menu li:hover ul, li.over ul {
	display: block;
}
