
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

* {
	color: #000000;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 13.3px;
    background-color:black;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
    color:#222222;
}

h4, h5, h6 {margin-top: 30px;
}

p, ol, ul, dl, blockquote {
	margin-top: 0;
	line-height: 18px;
    text-align:justify;
}

a {
	color: #333;
}

a:hover {
	text-decoration: none;
	color: #000;
}

/* Wrapper */

#wrapper {
	width: 600px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
}

html>body #wrapper {
	height: auto;
}

/* Header */

#header {
	width: 600px;
	height: 92px;
	background: url(images/img03.png) no-repeat;
    margin-top: 30px;
}

#header h1 {
	float: left;
	padding: 35px 0 0 20px;
	font-size: 48px;
	font-weight: normal;
	letter-spacing: -1px;
    color: #BB0000;
}

#header h2 {
	float: right;
	padding: 68px 20px 0 0;
	font-size: 13px;
}

#header a {
	text-decoration: none;
}

#header img {
     padding: 10px 0 0 60px;
}


/* Menu */

#menu {
	width: 600px;
	height: 60px;
	padding-top: 11px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
    padding-top: 10px;
}

#menu a {
    font-size: 11px;
	display: block;
	float: left;
	width: 112px;
	height: 38px;
	padding: 17px 4px 0 4px;
	text-align: center;
	text-decoration: none;
	background: url(images/img05a.png) no-repeat center top;
    color: #999999;
}

#menu .active a {
	background-image: url(images/img06.png);
    color: black;
    }
    
    
#menu a:hover {
    color: white;
    }
    
#menu .active a:hover {
    color: #000000;
    }
/* Content */
#topcontent {
	width: 600px; height:26px;
	background: url(images/img09.png) no-repeat;
}
#content {
	width: 600px;
	background: url(images/img07.png);
    padding:7px 60px 0px 60px; 
    width: 480px;
}

#content h2 {
	margin-bottom: 1em;
}

#content h3 {
	margin: 20px 0px 30px 0px;
    font-size: 16px;
    text-align:center;
}

#content ul li {
	margin: 0px 0px 0px -25px;

}

#content a {
	color: #FFFFFF;
    text-decoration:none;
}


#colOne {
	float: right;
	width: 340px;
	padding: 20px 20px 0 20px;
}

#colTwo {
	float: left;
	width: 180px;
	padding: 20px 20px 0 20px;
}

#colTwo ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

/* Footer */

#footer {
	width: 600px; height:77px;
	background: url(images/img08.png) no-repeat;
}

#footer p {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0;
	padding: 37px 0 0 0;
	text-align: center;
}
		
img.bg {                        /* Set rules to fill background */                        
    min-height: 100%;                        
    min-width: 1024px;          /* Set up proportionate scaling */                        
    width: 100%;                        
    height: auto;               /* Set up positioning */                        
    position: fixed;                        
    top: 0;                        
    left: 0;                
}                                

@media screen and (max-width: 1024px){                        
    img.bg {                                
        left: 50%;                                
        margin-left: -512px; 
    }                
}

#page-wrap { position: relative; z-index: 2; }
	
.hiddenPic {
	display:none;
}
		
