/*style.css*/body{
/*background:#FFF url(../images/volcanodn.jpg) no-repeat;background:#FFF url(../images/Gundabook.JPG.jpg) no-repeat;background-size: cover;
background-attachment:fixed; background: url(../images/Gundabook.jpg) no-repeat center center fixed;   -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;*/    background-size: cover;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
}
body, h1, h2, h3, p, ul{
margin:0;
padding:0;
}
/*general styles*/
a{
	outline:none;
	color:#F90;
}
.clearfix{
clear:both;
}
.marg20{
margin-bottom:20px;
}
.pBlack{
font-size:16px;
color:#000;
}
.pColor{
	font-size:12px;
	color:#000;
}
.headingColor{
	font-size:16px;
	color:#000;
}
/*style titles*/
h1, h2, h3{
	font-family:Tahoma, Geneva, sans-serif;
}
h1{
font-size:52px;
}
h2{
	font-size:20px;
	color:#FFF;
}
h3{
	font-size:12px;
	color:#000;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}
h1 span,h3 span{
	color:#F90;
}
h2 span{
	color:#09F;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
}

/*style elements*/
#wrapper{
	width:100%;
	height:auto;
}
#container{
width:95%;
margin:auto;
}
/*header - menu*/
#header{
height:80px;
position:relative;
}
#menu{
	position:absolute;
	left:110px;
	bottom:10px;
	width: 100%;
}#menu2{	position:absolute;	width: 100%;	top:5%;	left: 75%;}

#pMenu td{
	color:#000;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;	
}

li, p{
	font-size:14px;
	color:#000;
}

/*transparent image wallpaper*/
#top{
height:30px;width:1024px;margin-left:0px;
/*background:url(../images/top_bg.png) no-repeat bottom;*/
}#bot{height:30px;width:1024px;margin-left:0px;}
#bottom{
	height:30px;	width:1024px;	top:30;
	/*background:url(../images/bot_bg.png) no-repeat top;*/
	margin-bottom:30px;
	font-size:10px;
	color:#000;
	font-weight: bold;
	text-align: center;
}
#content{
/*background:url(../images/mid_bg.png) repeat-y;*/ background: url(../images/mid_bg.png) no-repeat center center fixed;   -webkit-background-size: cover;  -moz-background-size: cover;  -o-background-size: cover;  background-size: cover;
padding: 0 30px;
/*height:100%;*/ /*per IE6*/width:95%
}
/*left column*/
#left_col{
float:left;width:50%;
/*width:615px;*/
margin-right:30px;
}
#left_col img{
	float:left;
	margin: 0 20px 20px 0;
}
#left_mid{
border:1px dashed #666666;
font-size:12px;
}
.content_mid{
	width:42%;
	float:left;
	padding:20px;
	font-weight: bold;
}

.content_full{
	width:90%;
	float:left;
	padding:20px;
	font-weight: bold;
}
/*right column*/
#right_col{
/*width:255px;*/
float:left;
font-size:10px;
line-height:15px;
}#t1Cap{font-size:16px;	}	
/*transparent image wallpaper*/
.top_right{
height:20px;
/*background:url(../images/top_right.png) no-repeat;*/
}
.bot_right{
height:20px;
/*background:url(../images/bot_right.png) no-repeat;*/
}
.content_right{
/*background:url(../images/content_right.png) repeat-y;*/
padding:20px;
height:50%; /*per IE6*/
}
