#col_container p a:link, #col_container p a:visited, #col_container p a:active {
color: #8cda3e;
text-decoration: none;
}

#col_container p a:hover {
color: #fff;
text-decoration: none;
}

* {margin: 0;padding: 0;}

html, body {background-color: #000;margin: 0;padding: 0;background-image:url("../img/wallpaper.jpg");text-align: center;}

#wrapper {}

#header {width: 100%;height: 145px;background-image: url("../img/header/bg.jpg");background-repeat: repeat-x;}

#header_content {width: 1000px;height: 145px;margin: 0 auto;background-image: url("../img/logo.jpg");
background-repeat: no-repeat;}

#topmenu {
	width: 1000px;
	position: relative;
	top: 85px;
}

#content {
	text-align: left;
	width: 962px;
	min-height: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 0 19px 19px 19px;
	background-color: #191919;
	border-left: 1px solid #434343;
	border-right: 1px solid #434343;
	border-right: 1px solid #434343;
}
#content2 {
	text-align: left;
	width: 962px;
	min-height: 600px;
	height: 100%;
	margin: 0 auto;
	padding: 0 19px 19px 19px;
	background-color: #191919;
	border-left: 1px solid #434343;
	border-right: 1px solid #434343;
	border-right: 1px solid #434343;
}
#portfolio {
	margin: 0 auto;
	text-align: center;
	}
#col_container {	width: 962px;  margin-top: 10px;}
	#leftcol {width: 461px; min-height: 250px;}
	#rightcol {float: right;	 width: 461px; min-height: 250px;}
	
	.box_container {width: 421px;margin-top: 20px; }
	.box {width: 421px; text-align: left;}

#choice {width: 962px;height: 158px; display: block;}
.clearboth {height: 1px; clear: both;}
#footer {
	width: 100%;
	height: 100px;
	background-image: url("../img/footer/bg.jpg");
	background-repeat: repeat-x;
	background-color: #2c2c2c;
}
#footer_bg {
background-image: url("../img/footer/main.jpg");
background-repeat: no-repeat;
width: 1000px;
height: 100px;
margin: 0 auto;
}
#footer #links {
width: 1000px;
text-align: center;
position: relative;
margin: 0 auto;
top: 40px;
color: #fff;
font: 9px Tahoma, Arial;
letter-spacing: 1px;
line-height: 15px;
}

#footer #links a {
	color: #fff;
	font: 10px Tahoma, Arial;
	text-decoration: none;
	font-weight: bold;
}

#footer #links a:hover {
	color: #23c8db;
	padding-bottom: 2px;
	border-bottom: 1px dotted #ccc;
}
/******************
TOP MENU
******************/

#topmenu ul {
	float: right;
	list-style-type: none;
}

#topmenu ul li {
	float: left;
	display: inline-block;
}

#topmenu ul li a, #topmenu ul li a:hover {
	display: block;
	width: 147px;
	height: 23px;
	background-image: url("../img/header/menu.jpg");
	background-repeat: no-repeat;
	text-decoration: none;
	font: 12px Tahoma, Arial;
	color: #fff;
	padding: 5px 0 0 0;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #000;
}

#topmenu ul li a:hover {
	background-image: url("../img/header/menu_over.jpg");
}

/******************
CHOICE BOX
******************/

a#choice {background-image: url("../img/choice_over.jpg");}

/******************
INDEX
******************/

#index_portfolio {width: 962px;margin-top: 10px;}

#index_portfolio_content {
	width: 962px;
	height: 165px;
	background-image: url("../img/index/bg_portfolio.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	border: 1px solid #3c3c3c;
	background-color: #000;
	margin-top: 10px;
}

/******************
FONTS
******************/

div.heading1 {width: 962px; height: 40px;display: block;border: 1px solid #333333; background-image: url("../img/index/bg_h1.jpg"); background-repeat: repeat-x;}
h1 {	width: 100%;color: #fff;font: 24px Tahoma, Arial;font-weight: bold; position: relative; top: 6px; padding-bottom: 5px; margin-bottom: 15px;}

div.heading2 {width: 463px; height:31px; padding: 0px 0 0 20px;background-image: url("../img/blog/bg_bar.jpg"); background-repeat: no-repeat;display: block;}
h2 {color: #23c8db; font: 16px Tahoma, Arial;font-weight: bold; position: relative; top: 6px;}

div.blog_text {width: 461px; color: #fff; background-color: #000; font: 14px Tahoma, Arial; border-left: 1px solid #313131; border-right: 1px solid #313131; border-bottom: 1px solid #313131;letter-spacing: 1px;line-height: 20px;}
div.blog_text p {padding: 20px 20px 0 20px;}

span.blog_link_last a, span.blog_link_last a:hover, span.blog_link a, span.blog_link a:hover {

margin-bottom: 20px;width: 461px; display: block; height: 20px; text-decoration: none; border: 1px solid #313131; color: #8cda3e; font: 11px Tahoma, Arial; font-weight: bold; background-image: url("../img/blog/bg_link.jpg"); background-repeat: repeat-x; padding: 3px 0 0 0;text-align:right; background-color: #000;
}

span.blog_link a:hover, span.blog_link_last a:hover {background-image: url("../img/blog/bg_link_over.jpg"); color: #fff; border: 1px solid #363636;}

span.blog_link_last a, span.blog_link_last a:hover {
	margin-bottom: 0;
}

/**************
ALIGNMENT
**************/

.left {
float: left;
}

