html {background:#ffffff; overflow-y: scroll;}
body {margin:0; font-size:14px; line-height:20px; font-family:Arial, Helvetica, sans-serif;}
a {color:#ea068d; text-decoration:none; font-weight:bold;}
a:hover {color:#666666; font-weight:bold;}
blockquote {color:#666666; border-left:2px solid #ff0099; padding-left:20px; margin:10px 0 10px 40px;}

#all {background:url(/images/background_top.jpg) no-repeat top center;}
#container {width:960px; margin:0 auto; background:url(/images/background_top.jpg) no-repeat top center;}

#main {width: 960px; background:url(/images/background_stroke.jpg) repeat-y center; float:left; margin:220px 0 0 0;}
#text {margin:-40px 148px 0 150px; float:left;}
#text p {margin:10px 0;}
h1, h2 {font-family:Arial, Helvetica, sans-serif; margin:10px 0 0 0; font-size:18px;}

#footer {height:152px; clear:both; background:url(/images/background_bottom.jpg) no-repeat center #ffffff; font-family:Arial, Helvetica, sans-serif; color:#666666; font-size:10px; padding:0 20px;}
#left_footer {float:left; padding:84px 0 0 130px;}
#right_footer {float:right; padding:80px 368px 0 0;}

#menu1
{ 
display: block; 
width: 90px; 
height: 34px; 
background: url("/images/menu1.png") no-repeat 0 0; 
} 
#menu1:hover 
{ background-position: 0 -34px; 
} 
#menu1 span 
{ 
display: inline; 
} 

#menu2
{ 
display: block; 
width: 135px; 
height: 34px; 
background: url("/images/menu2.png") no-repeat 0 0; 
} 
#menu2:hover 
{ background-position: 0 -34px; 
} 
#menu2 span 
{ 
display: inline; 
} 

#menu3
{ 
display: block; 
width: 102px; 
height: 34px; 
background: url("/images/menu3.png") no-repeat 0 0; 
} 
#menu3:hover 
{ background-position: 0 -34px; 
} 
#menu3 span 
{ 
display: inline; 
} 

#menu4
{ 
display: block; 
width: 82px; 
height: 34px; 
background: url("/images/menu4.png") no-repeat 0 0; 
} 
#menu4:hover 
{ background-position: 0 -34px; 
} 
#menu4 span 
{ 
display: inline; 
} 

#menu5
{ 
display: block; 
width: 141px; 
height: 34px; 
background: url("/images/menu5.png") no-repeat 0 0; 
} 
#menu5:hover 
{ background-position: 0 -34px; 
} 
#menu5 span 
{ 
display: inline; 
} 

#menu6
{ 
display: block; 
width: 102px; 
height: 34px; 
background: url("/images/menu6.png") no-repeat 0 0; 
} 
#menu6:hover 
{ background-position: 0 -34px; 
} 
#menu6 span 
{ 
display: inline; 
} 



/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/

body,td,table,input,select,textarea { font-family:Arial, Helvetica, sans-serif; font-size: 14px;}

 /* General page style. The scroll bar colours only visible in IE5.5+ */
body {
}

/* General font families for common tags */
font,th,td,p { font-family:Arial, Helvetica, sans-serif }
// a:link,a:active,a:visited { color : #666666; }
// a:hover		{ text-decoration: underline; color : #999999; }
hr	{ height: 0px; border: solid #eba4ce 0px; border-top-width: 1px;}

/* This is the border line & background colour round the entire page */
.bodyline	{ border: 1px #98AAB1 solid; }

/* This is the outline round the main forum tables */
.forumline	{ border: 2px #ea068d solid; }


/* Main table cell colours and backgrounds */
// td.row1	{ background-color: #EFEFEF; }
td.row2	{ background-color: #eba4ce; }
td.row3	{ background-color: #eba4ce; }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #333333; font-size: 14px; font-weight : bold;
	background-color: #ea068d; height: 25px;
	background-image: url(images/cellpic3.gif);
}

/* Form elements */
input,textarea, select {
	color : #000000;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	border-color : #000000;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

