/*predefined tags*/
body {
	background-color:#000000;
	background-image:url(images/bg_strip.gif);
	background-repeat:repeat;
	margin-top:0px;
	font-size:76%;
}
img {
	border:none;
}
a {
	border:none;
	color:tomato;
	text-decoration:none;
}
a:hover {
	color:turquoise;
	text-decoration:underline;
}
p {
	margin:0px;
}
h1 {
	margin:0;
	font-size:200%;
}
h2 {
	margin:0;
	font-size:160%;
}
h3 {
	margin:0;
	font-size:140%;
}
h4 {
	margin:0;
	font-size:120%;
}
h5 {
	margin:0;
	font-size:90%;
}
ul {
	list-style-type:none;
	margin-top:15px;
}
#nav li {
	width:154px;
	height:28px;
	margin-left:-35px;
	margin-bottom:5px;
}
#nav li a:hover {
	display:block;
	background-image:url(images/nav_green_bg.jpg);
}
div {
	overflow:hidden;
}
input {
}
textarea {
}
select {
}
/*id tags*/
#container {
	background-image:url(images/container_bg.jpg);
	background-repeat:repeat-y;
	height:auto;
	width:760px;
	margin-right:auto;
	margin-left:auto;
}
#content {
	width:720px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
}
#header {
	width:720px;
	height:112px;
	background-image:url(images/header_image.jpg);
	background-repeat:no-repeat;
	float:left;
}
#mysonicshow {
	width:197px;
	height:62px;
	position:absolute;
	margin-left:510px;
	margin-top:8px;
}
#login {
	width:240px;
	height:70px;
	position:absolute;
	margin-left:470px;
	margin-top:22px;
}
#login_left {
	width:160px;
	height:70px;
	float:left;
}
#login_left p {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:0.9em;
	float:left;
	line-height:170%;
	margin: 5px 10px 5px 0px;
}
#login_left input {
	font-family:Arial, Helvetica, sans-serif;
	color:#CC0000;
	font-size:0.9em;
	width:90px;
	margin-top:5px;
	float:right;
	clear:both;
}
#login_submit {
	width:70px;
	height:70px;
	float:right;
	margin-top:10px;
}
#nav {
	width:160px;
	height:auto;
	float:left;
}
#body_left {
	width:350px;
	height:auto;
	float:left;
}
#body_left p {
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:1.0em;
	margin-top:15px;
	margin-bottom:0px;
	margin-left:10px;
	margin-right:10px;
}
#body_left li {
	font-family:Arial, Helvetica, sans-serif;
        color:#CCCCCC;
        font-size:1.0em;
	list-style-type: disc;
}
#body_left h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif;
	color:#99CCFF;
	margin-left:10px;
	margin-top:16px;
	margin-bottom:3px;
}
#body_right {
	width:210px;
	height:auto;
	float:left;
}
#textlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #999999;
	background-image:url(images/text_links_bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	text-decoration: none;
	text-align: center;
	width: 720px;
	height:auto;
	margin-top:15px;
	float:left;
}
#textlinks a {
	color: #999999;
	text-decoration: none;
}
#textlinks a:hover {
	color: #666666;
	text-decoration: underline;
}
/*class tags*/
.nav_selected {
	background-image:url(images/nav_red_bg.jpg);
	display:block;
}
.feature_area {
	width:199px;
	height:auto;
	background-image:url(images/feature_bg.gif);
	background-repeat:repeat-y;
	margin-top:15px;
}
.feature_area p {
	margin-left:24px;
	margin-right:24px;
}
.advertarea {
	width:560px;
	height:70px;
	float:left;
}
.advert {
	width:120px;
	height:60px;
	float:left;
	background-color:#999999;
	margin:15px 12px 0px 6px;
}
.tidytab {
	width:100%;
}
.tidytab th,td {
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	font-size:1.0em;
	padding-left:10px;
}
.tidytab th {
	text-align:left;
	font-weight:normal;
}
.tidytab td {
	text-align:right;
}
.ratetab input {
	color:black;
	font-weight:bold;
	height:54px;
	width:54px;
}
#b0 {	background-color:blue;	}
#b1 {	background-color:turquoise;	}
#b2 {	background-color:lime;	}
#b3 {	background-color:yellow;	}
#b4 {	background-color:orange;	}
#b5 {	background-color:red;	}
hr { width:96%; }
.pictab {
	float:right;
	text-align:center;
	width:188px;
}
.pictab td {
	width:180px;
	height:240px;
	padding:0px;
	vertical-align:middle;
	border: inset 2px maroon;
	background-color:#330000;
}
.topnav {
	text-align:right;
}
.topnav a {
	color:black;
	background-color:aqua;
	width:24px;
	cursor:default;
	text-decoration:none;
	border: 2px outset gray;
	padding-left:2px;
	padding-right:2px;
}
.topnav a:hover {
	color:black;
	text-decoration:none;
}
.topnav a:active {
	background-color:yellow;
	border: 2px inset;
}
#dont {
	color:black;
	background-color:#666666;
	text-decoration:none;
}
