/*
CSS File 
*/

* { padding: 0; margin: 0; 
}

body {
 background-color: #000000;
	background-image: url(../images/background.jpg);  
	background-repeat: repeat-x;    
 	font-family: verdana, arial, helvetica, sans-serif;
 	font-size: 11px; 
 	font-weight: normal; 
}

body h1 {
	font-size:18px;
	}
body h2	{
	font-size:16px;
	}
body h3	{
	font-size:: 14px;
	}
body hr {
	color: #777;
	height: 1px;
}	
	
#wrapper { 
 margin-top: 10px;
 margin-left:auto;
 margin-right:auto;
 width: 775px;
 border: double 3px #FFE0F2;
 background-color:#1C1C1C;
}
#content_1_column { 
width: 775px;
background-color:#fff;
}
#header {
 color: #333;
 width: 775px;
 float: left;
 padding: 0px;
 border: 0px solid #ccc;
 height: 110px;
 margin: 0px 0px 0px 0px;
 background: #000;
}
#leftcolumn { 
 color: #333;
 border: 0px solid #ccc;
 background: transparent;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 136px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 border-left: 1px solid #777;
 border-right: 1px solid #777;
 background: #000;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 500px;
 display: inline;
 text-align: center;
}
#content h1 {
padding-top: 10px;
padding-bottom: 10px;
color: #FF5CB5;
}
p {
	padding: 10px;
	color: #CCCCCC;
}
#content a:link, .navigation a:visited {
/*height: 25px;
padding-left: 5px;
padding-right: 5px;*/
background-color: transparent;
color: ##FF5CB5;
text-decoration: none;
}
#content a:hover {
/*padding-left: 5px;
padding-right: 5px;*/
text-decoration: none;
/*background-color: #404040;*/
color: #FFFFFF;
/*height: 25px;*/
/*display: block;*/ 
}



#rightcolumn { 
 color: #333;
 background: transparent;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 136px;
 float: left;
 
}
#footer {
			height: 100px; 
			width: 775px; 
    		color: #000000;
    		background-color: #000;	
    		background-image: url(../images/footer.jpg);
			clear: both;
		}
		#footer p {
			text-align: center;
			font-size: 90%;
			background-color: transparent ;
			color: #FF5CB5;
		}
		#footer a {
			text-align: center;
			color:#fff;
			background-color: transparent ;
			text-decoration:none;
		}
		#footer a:hover {
			color: #fff;
			background-color: transparent ;
			text-decoration: underline ;
		}	
		.navigation { 
			text-align:center;
			left: 0;
			font-family: verdana, arial, helvetica, sans-serif;
			font-weight: normal; 
			/*font-size: 10px;*/
    		width: 136px; 
			height:auto;
			color:#ddd;
			display: block;
		}
		.navigation p{
    		/*padding:5px;*/
    		font-family: inherit;
			font-weight: normal;
			/*font-size: 10px;*/
    		/*line-height: 1.5em;*/		
    		text-align:center;
    		color:#FFFFFF;
    		background-color: inherit;
		}
		.navigation ul {
			list-style: none;
    		background-color: #252525;
			margin: 0;
			padding: 0;
			border: none;
		}
		.navigation li {
    		width: 136px;
			line-height: normal; 
			border-bottom: dotted 1px #777;
    		left: 0;
			padding-top: 10px;
			padding-bottom: 10px;
			margin: 0px;
			font-family: inherit;
    		
			text-decoration: none;       
			vertical-align: top; /*Removes unwanted margin in IE*/ 
		}
		.navigation strong {
			text-decoration: none;
			font-weight: bold;
			background-color: transparent;
			color: #FF5CB5; 
			
		}
		.navigation em {
			font-family: inherit;
			font-weight: bold;
    		font-style: normal;
			/*font-size: 10px;*/
			background-color: transparent;
			color: #CC6600;
			text-decoration: none;
		}		
		.navigation a:link, .navigation a:visited {
			display: block;
			/*height: 25px;*/
			padding-left: 5px;
			padding-right: 5px;
			background-color: inherit;
			color: #fff;
			text-decoration: none;
		}
		.navigation a:hover {
    		padding-left: 5px;
			padding-right: 5px;
			/*background-color: #404040;*/
			color: #FF5CB5;
    		/*height: 25px;*/
			/*display: block;*/ 
		}
		.category {
		background-image:url(../images/cat_bg.jpg);
		height: 66px;
		border-bottom: dotted 1px #777;
		}
		
		.desc {
		/*background-image: url(../images/desc_bg.jpg);
		background-position: top;
		background-repeat:no-repeat;
		border-bottom: dotted 1px #777;
		height: 168px;*/
		
		}
		.selected {
		text-decoration: none;
		background-image: url(../images/selected.jpg);
		background-position: top;
		background-repeat:no-repeat;
		font-weight: bold;
		color: #FF5CB5; 
		}
		.selected_2 {
		text-decoration: none;
		background-image: url(../images/selected_2.jpg);
		background-position: top;
		background-repeat:no-repeat;
		}
		.heading {
		padding-top: 10px;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		text-decoration: none;
		}
		.pink {
		color: #ff5cb5;
		}
		
