@charset "utf-8";
html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

a {
	color: #F00;
}


tr.bottom td { 
    border-bottom: thin solid black;
}




h1 {
	font-size: 18px;
	color: #ffffff;
	font-family: Garamond;
}
	

h2 {
	font-size:18px;
	color: #ffffff;
}


h3 {
	font-size:18px;
	color: #F00;
}

h4{
	font-size: 24px;
	color: #ffffff;
	font-family: garamond;
}

h5{
	 font-size: 15px;
	 color: #ffffff;
	 font-family: garamond;
}

h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px;
}

h7 {
	font-size:24px;
	color:#FFF;
	font-family: Impact;
}

a img { 
	border: none;
}

color: #42413C; {
	text-decoration: underline; 
}

	
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}


a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 100%;
	margin: 0 auto; 
    background-image: url(images/main-bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	background-attachment: fixed;
    background-color: #000;
}


#header {
	margin: 5px auto;
	width:780px;
	height: 100px;
}

#header img:hover {
    opacity: .7;
}

#headwrap{
	background:url(images/header.gif) repeat-x left top;
	height: 40px;
	margin: 0 auto;
}

#menu {
	margin: 0 auto;
	height: 40px;
	width: 780px;
}

#menu a {
	float: left;
	height: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
}

#menu a.selected:hover{
	color: #3D3B3C;  
    text-decoration: none; 
}

#menu .first a {
	border: none;
}

#slider {
	margin-left: auto;
	margin-right: auto; 
	width: 780px;
}

.aside {
	position: fixed;
	float: right;
	left: 109px;
	top: 180px;
}

#like {
    position: fixed;
    float:right;
    left: 435px; 
    top: 210px;
}

.col1 {
	float: left;
	padding: 0 5px;
	border-right: solid #333;
	border-left: solid #333;
	
}
.col1 ul{
	text-align:center;
	
}

.col2 {
	float: right;
	padding: 0 5px;
	padding-top:10px;
}

.video { 
    position: relative; 
}

.video a {
	position: absolute;
	display: block;
	background: url(images/icons/playbutton.png);
	height: 50px;
	width: 50px;
	top: 42px;
	left: 92px;
}

.text{
	float: right;
}

#style {
	background:url(images/style.gif) repeat-x;
	margin: 0 auto; 
	width: 780px;
}

#contact img:hover {
    opacity: .5;
}
	
.content {
	width: 780px;
	margin: 0 auto;
	overflow: hidden;
}

#border {
	background:url(images/border.gif) repeat-x;
}

#borderbtm {
	border-bottom:solid #333;
}

#bordertop {
	border-top: solid #333;
}

/* ~~ The footer ~~ */
#footer {
	padding: 0px 0;
	width: 780px;
	margin: 0 auto; 
	text-align: center;
	text-color: #000000;
	background:url(images/border.gif);
}

#footer a{
    color: #000;
    text-decoration: none;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft { 
	float: left;
	margin-right: 8px;
}

.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
