/* Concept Design */

body {
	background: url(images/body.gif);
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 19px;
	}

body.player {
	background: #000;
	}

/* Index Page */

#intro {
	width: 700px;
	height: 400px;
	text-align: center;
	margin: 0 auto 0 auto;
	border: 1px solid #fff;
	}

a.intro:link {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dashed #fff;
	}

a.intro:visited {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px dashed #fff;
	}	

/* Music Player */

#player {
	width: 325px;
	font-size: 11px;
	margin-top: 10px;
	}

/* Top right Name and Forum link */

#sitename {
	float: right;
	margin-top: -50px;
	width: 270px;
	height: 30px;
	background: url(images/sitename.png) no-repeat;
	}


/* Border and black background */

#capsule {
	margin: auto;
	padding: 10px 5px 5px 5px;
	margin-top: 50px;	
	width: 750px;
	border: 1px solid #333;
	background: #000;
	}

/* Header Image */

#header {
	margin: 0 auto 0 auto;
	width: 730px;
	height: 155px;
	background: url(images/header.png) no-repeat;
	}

	


/* Sub Menu System */

.smenu {
	float: left;
	width: 0px;
	margin-left: 5px;
	margin-top:15px;
	}


.smenu ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }


.smenu li { 
	height: 20px;
	background: url(images/smenu.jpg) no-repeat;
	margin:5px;
	padding: 0px;
	font: Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
    	  width: 80px;
	 float: left;
	}


.smenu a:link {
     display: block;
     text-decoration: none;
	 color: #fff;
	 width: 80px;
	 height: 20px;
	 font-size: 10px;
	}


.smenu a:hover {
      background: url(images/shover.jpg)1px 0 no-repeat;
	  color: #fff;
   	 }

.smenu a:visited {
     display: block;
     text-decoration: none;
	 color: #fff;
	 width: 80px;
	 height: 20px;
	
	 font-size: 10px;
	}




/* Main Section */

#text a:link {
	text-decoration: none;
	color: #FF0000;
	border-bottom: 1px dotted #FF0000;
	}

#text a:visited {
	text-decoration: none;
	color: #FF8A8A;
	border-bottom: 1px dotted #FF8A8A;
	}

#text a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
	}

#text a.vid:link, a.vid:visited {
	text-decoration: none;
	color: #fff;
	border-bottom: none;
	}

#text a.vid:hover {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
	}
	
#right {
	float: right;
	width: 600px;
	
	padding-right:8px;
	}

#table {
	float:left;
	width: 710px;
	margin-left:0px;
	padding: 0px 8px 8px 15px;
	}

/* Images in Site */

img.profile {
	float: left;
	border: 1px solid #333;
	text-decoration: none;
	margin: 0 15px 10px 0;
	}

/* Headings */

h1 {
	display: block;
	width: 740px;
	font: 25px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	height: 30px;
	margin: 30px 0 10px 20px;
	}

	

h3 {
	color: #ff0000;
	display: block;
	width: 595px;
	height: 20px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	padding: 0 0 5px 3px;
	line-height: 20px;
	margin-top: 20px;
	border-bottom: 1px solid #FF0000;
	}

/* Bottom Footnote */

#bottom {
	margin-left:0px;
	height: 40px;
	width: 850px;
	clear: both;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
	}	

#bottom a:link {
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
	}

#bottom a:hover {
	border-bottom: 1px solid #red;
	}
	
	