/*General*/

body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	background-image: url(../images/background2.png);
	background-repeat:repeat;
}

img {
	border: none;
}

a:link {
	color: #F68B1F;
}

a:active {
	color: #F68B1F;
}

a:visited {
	color: #F68B1F;
}

a:hover {
	color: #39B54A;
}

ul {
	padding: 0;
	margin: 0;
}

li, h1, h2, h3 {
	display: inline;
	padding: 0;
	margin: 0;
}


/*Header*/

#wrapper-header {
	position: relative;
	background-image: url(../images/grey_gradient.png);
	background-repeat:repeat-x;
}

#header {
	position: relative;
	height: 150px;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}

#header-title {
	position: relative;
	height: 40px;
	margin-top: 45px;
	margin-left: 0px;
	float: left;
}

#header-image {
	position: relative;
	width: 280px;
	height: 80px;
	margin-top: 20px;
	float: right;
	background: url(../images/header-image.png) no-repeat scroll 0 0;
}

#socialbar {
	position: relative;
	height: 24px;
	padding-top: 123px;
	margin-left: 10px;
}

.socialbar-icon {
	display: inline;
	width: 24px;
	height: 24px;
	list-style-type: none;
	margin-right: 10px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65);
	opacity: 0.65;
}

.socialbar-icon:hover  {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
}


/*Main*/

#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	height: 380px;
}

#slideshow {
	position: relative;
	width: 600px;
	height: 350px;
	float: left;
	margin-top: 10px;
	border: 1px solid #777777;
	background-color: #000000;
}

#thumb-area{
	position: relative;
	width: 179px;
	height: 352px;
	float: right;
	margin-top: 10px;
}

.thumb {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 8px;
	padding: 0px;
	width: 50px;
	height: 50px;
	list-style-type: none;
	border: 1px solid #777777;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	behavior: url(../script/border-radius.htc);	
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity: 0.8;

}

.thumb:hover  {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
}

#thumb_ul {
	height: 352px;
	width: 190px;
}

/*Footer*/

#wrapper-footer{
	position: relative;
	background-image: url(../images/footer_bg.png);
	background-repeat:repeat-x;
}

#footer {
	position: relative;
	height: 150px;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}

#footer_banner{
	position: relative;
	height: 80px;
	top: 19px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #777777;
	width: 500px;
}


#footer_text{
	position: relative;
	height: 24px;
	width: 500px;
	margin-top: 45px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-family: "Arial Narrow", Tahoma,Lucida,Verdana,sans-serif;
	font-size:12px;
	color: #AAAAAA;
}


/*Text*/

.text {
	font-family: "Arial Narrow", Tahoma,Lucida,Verdana,sans-serif;
	font-size:15px;
	margin-left:20px;
	margin-top:20px;
	margin-right:20px;
	text-align:justify;
	color: #AAAAAA;
}

