/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

html, body, div,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, em, font, img,
dl, dt, dd, ol, ul, li, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	margin: 20px 0;
	padding: 0;
	background: #000000;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #B13413;
}

h1{margin:1em 0;text-align:center}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a:active
{
outline: none;
}

a:hover {
	border: none;
}

img {
	border: none;
}

/* Player */

.button_play {
   float:left;
   display:block;
   width: 12px;
   height: 12px;
   background-image: url(images/play.gif);
   cursor:pointer;
   font-size:0px;
}   

.button_pause {
   float:left;
   display:block;
   width: 12px;
   height: 12px;
   background-image: url(images/pause.gif);
   cursor:pointer;
   font-size:0px;
}   

.button_back {
   float:left;
   display:block;
   width: 12px;
   height: 12px;
   background-image: url(images/back.gif);
   cursor:pointer;
   font-size:0px;
}   

.button_forward {
   float:left;
   display:block;
   width: 12px;
   height: 12px;
   background-image: url(images/forward.gif);
   cursor:pointer;
   font-size:0px;
}   

.button_stop {
   float:left;
   display:block;
   width: 12px;
   height: 12px;
   background-image: url(images/stop.gif);
   cursor:pointer;
   font-size:0px;
}   


/* Header */

#header {
	width: 800px;
	height: 200px;
	margin: 0 auto;
	background: url(banner/rotate.php) no-repeat center top;
}

#header * {
	margin: 0;
	border: none;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 140px 0 0 20px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 165px 0 0 3px;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 800px;
	height: 41px;
	margin: 0 auto;
	background: #37AEF2 url(images/img2.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 32px;
	padding: 9px 20px 0 20px;
	text-decoration: none;
	color: #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: url(images/img3.gif);
	color: #FFFFFF;
}

#wrapper {
width: 800px;
min-height: 100%;
margin-left:5px;
}
* html #wrapper {
height: 100%;
} 

/* Content */

#content {
	
        width: 800px;
	margin: 0 auto;
        overflow:auto;
	/* background: url(images/img4.gif; */
        background-color: #FFF;
}

#colOne {
	float: left;
	width: 150px;
        padding: 20px 10px 0 10px;
}

#colTwo {
	float: left;
	width: 430px;
	padding: 20px 10px 0 10px;
}

#colThree {
	float: left;
	width: 150px;
        padding: 20px 10px 0 10px;
}

#colFour {
	float: left;
	width: 590px;
        padding: 20px 10px 0 10px;
}

#colFive {
	float: left;
	width: 750px;
        padding: 20px 10px 0 10px;
}
#colFive dd{overflow:auto}

#colFive dt img{
	float:left;
	margin:0 10px 0 0;
	border:1px solid #000;
}

/* Footer */

#footer {
	width: 800px;
	margin: 0 auto;
	padding: 10px 0;
	background: url(images/img6.gif) repeat-x;
	font-size: smaller;
}

#footer * {
	color: #666666;
}

#footer2 {
        position:absolute;
        bottom:0;
        left:0;
        width:100%;
        height:25px;
        background: #000000;
 }
#footer2 p{

        text-align: center;
}

#catlist{
	border:1px dashed #ccc;
	border-bottom:none;
	width:590px;
	margin:10px auto;
}
#catlist dl{
	width:540px;
	margin:0 auto;
	border-bottom:1px dashed #ccc;
	padding:10px;
	overflow:hidden;
	background:#f2f2f2;
}
#catlist dd{overflow:auto}
#catlist dt strong{
	float:right;
	padding:0 0 0 20px;
        color:#ff0000;
}
#catlist dt img{
	float:left;
	margin:0 10px 0 0;
	border:1px solid #000;
}
* html dd{height:1%}/* 3px jog*/

.clear { clear: both; } 

@media screen{
  body>div#footer2{
   position: fixed;
  }
 }
 * html body{
  height: 100%; 
  
 } 
 * html div#content{
  height:100%;
  overflow:auto;
 }
