/*  GLOBAL STUFF  */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	color: #FFFFFF;
}
body {
	margin: 0;
	text-align: center;
}
a {
    color: #00CCFF;
	text-decoration: none;
	outline: none;
}

/*
a:hover {
    background-color: #00CCFF;
	color: #000000;
}
*/

p, h1, h2, h3, h4, h5, h6, pre {
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
	padding: 1px 5px;
	background-color: #444444;
	line-height: normal;
	letter-spacing: 1px;
}

h7 {
	letter-spacing: 3px;
	font-size: 20px;
	font-family: Viner Hand ITC, Trebuchet MS, Arial, sans-serif;
	line-height: 20px;
	}
	
h8{
	letter-spacing: 2px;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, sans-serif;
	line-height: 13px;
}
	

h1 {
	font-size: 32px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
h4 {
	padding-top: 2px;
	font-size: 16px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 10px;
}
hr {
    color: #00CCFF;
	height: 1px;
}
ul {
	list-style-type: square;
}
img {
	border: 0;
}
acronym, abbr {
	border-bottom: 1px dashed;
	cursor: help;
}

/*  CLASSES  */

input.styled {
	margin: 1px auto;
	padding: 2px 3px;
	background-color: #555555;
	border: 0;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
img.bordered {
	border: #666666 solid 5px;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
.underline {
	border-bottom: solid 1px;
}

.left_line {
	margin-left: 50px;
	margin-right: 50px;
	padding: 10px 15px;
	background-color: #333333;
	border-left: solid 4px;
	font-size: 11px;
	line-height: 20px;
	display: block;
}
.box {
	padding: 5px 10px;
	background-color: #444444;
}


/*  STRUCTURE (in order of appearance)  */

#body {
	margin: 10px auto;
	width: 998px;
	padding: 0 1px;
	background: url(img/bg_body.jpg) repeat-y;
	text-align: justify;
}
#header {
    background: url(img/banner.jpg) no-repeat;
	height: 200px;
	padding: 0 0 0 0;
	background-color: #444444;
	font-weight: bold;
}

#menu {
	height: 30px;
	padding: 0 10px;
	background-color: #666666;
	font-size: 14px;
	font-weight: bold;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu ul li {
	letter-spacing: 1px;
	display: inline;
}
#menu ul li a {
	padding: 7px 10px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}
#menu ul li a:hover {
	color: #000000;
	background-color: #00CCFF;
}
#menu .pressed {
	padding: 7px 10px;
	background-color: #000000;
	float: left;
}


#content_side {
	width: 200px;
	padding: 15px 5px 15px 15px;
	line-height: 19px;
	float: left;
}

#content_side a:hover{
	color: #000000;
	background-color: #00CCFF;
}

#content_side2 {
	width: 200px;
	
}

#content_main {
	width: 748px;
	padding: 15px;
	line-height: 19px;
	float: left;
}


#content_main img:hover {
    border: solid 5px;
    border-color: white;}

#content_single {
	padding: 15px;
	line-height: 19px;
}
#footer_clear {
	clear: both;
}
#footer {
	padding: 8px 0 9px 0;
	background-color: #555555;
	font-size: 10px;
	text-align: center;
	clear: both;
}
#footer a:hover {
	background-color: transparent;
	text-decoration: underline;
}

.video-responsive {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
align: center;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
