@charset "UTF-8";
/* CSS Document */

html {
padding:0px;
margin: 0px;
}

body {
	background: #222 url(../images/stripebg.gif);
	margin: auto;
	font-family: Helvetica, Ariel, San-Serif;
	font-size: 16px;
	color: #f3dab1;
	padding: 0px;
}

#picbg {
	width: 100%;
	height: 100%;
	height: 800px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/mainbg3.jpg) top center no-repeat;
	}

h1 {
	margin: 0px;
	padding: 0px;
}

.linethrough {
text-decoration: line-through;
}

.nospace {
	padding: 0px;
	margin: -20px;
}

#page {
	margin: auto;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 800px;
}


#content {
	text-align: left;
	margin: auto;
	padding: 2px;
	position: relative;
	top:185px;
	width: 860px;
	height: 400px;
	overflow: auto;
}

hr {
	border: solid #333333 1px;
	width: 150px;
	padding: 0px;
	margin: auto;
}

.ruler {
	border: solid #333333 1px;
	width: 650px;
	padding: 0px;
	margin: auto;
}

.hide {
	display: none;
}

/*--------------------------box with border--------------------------*/

.box {
	border: solid #222 3px;
	margin: auto;
	
	padding: 5px;
	background-color: #333;
}

.border {
	border: #000 3px solid;

}


/*--------------------------menu properties--------------------------*/

#menu {
	text-align: center;
	margin: auto;
	position: relative;
	top: 160px;
	width: 900px;
	height: 82px;
	color: #333;
	
}

#menu a {
	text-decoration: none;
	color: #f3dab1;
	padding: 15px 11px 9px 11px;
}

#menu a:hover {
	text-decoration: none;
	color: #000;
	background-color: #CCCC33;
	background-image: url(../images/button_bg.gif);
	padding: 14px 10px 8px 10px;
	border:  #000 1px solid;
}

#menu p {
	line-height: 11px;
	padding-top: 8px;
}

#twit {
float: left;
width: 290px;
height: 350px;
}

#list {
float: right;
width: 550px;
}

/*--------------------------basic link--------------------------*/


a {
	color: #f3dab1;
}


/*--------------------------gradient backgrounds--------------------------*/

.red {
background: #610100 url(../images/bg_red.jpg) top left repeat-x;
}

.blue {
background: #10285b url(../images/bg_blue.jpg) top left repeat-x;
}

.yellow {
background: #5a3e08 url(../images/bg_yellow.jpg) top left repeat-x;
}

/*--------------------------series bg--------------------------*/

.seriest {
width: 800px;
margin: 0px;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 20px;
background: url(../images/media/series_bg_top.gif) top no-repeat;
}

.seriesb {
width: 800px;
margin: 0px;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 20px;
background: url(../images/media/series_bg_bottom.gif) bottom no-repeat;
}
