http://www.webzone.us.com/index.html
http://www.webzone.us.com/css/main.css

/*	BODY
	--------------------------------------------------------------- */
body {

	margin: 0;
	padding: 20px 0 20px 20px;
}

a {
    color: #6D7B8D;
	font-size: 12px;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a.current {
    color: #EA2700;  
    text-decoration: underline;
}

a.tempcurrent {
    color: #EA2700;  
    text-decoration: underline;
}

.cur-page {
    font-size:11px; 
    font-weight:bold; 
    color:#ff0066}

img {
    border: 0;
}



.gray {
    background-color: #464749;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
}

.clearLeft {
    clear: left;
    height: 1px;
    overflow: hidden;
}

h1, h2, h3, h4 {
    margin: 0 20px 10px 0;
    padding: 2px 0 2px 0;
    color: #EA2700;
}

h2{
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 12px;
}

ul {
    margin-left: 20px;
    color: #EA2700;
}


img.bg {
	min-height: 100%;
	min-width: 1024px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
}
		
	@media screen and (max-width: 1024px){
img.bg {
    left: 50%;
	margin-left: -512px; 
}
	}
	
/*	logo	
	--------------------------------------------------------------- */  
#logo {
    float: left;
    margin: 6px 0 6px 200px;
	height: 200px;
}

#logo img {
    float: left;
}

/*	current page
	--------------------------------------------------------------- */

#currentpage {
    height:24px;
    background:#000;
    font-size:10px;
    padding: 0 0 0px 220px;
    border-bottom:1px solid #177418;
}

.currentpage {
    font-size:14px;  
    font-weight:bold; 
    /* --color:#74AB45-- */
	color:#fff;
}


/*	content
	--------------------------------------------------------------- */ 	
#content {

	position: relative; 
	width: 520px;
	margin-left: 30px;
	background: #000;
	padding: 20px;
	opacity:0.83;
    filter:alpha(opacity=83);
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	color: #177418;
	line-height: 16pt;
	-moz-box-shadow: #fff 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
}
		
/*	wrapper
	--------------------------------------------------------------- */
#wrapper {
    border: 1px solid #000;
	width: 500px;
    margin: 0 auto;
}


/*	Wrap
	--------------------------------------------------------------- */  
.wrap {
    background: #000 url('../images/wrap-bg.gif') top left repeat-y;
    clear: both;
}

#background {
background-color: #fff;
}  

* html #pageWraper {
    height: 0.02%; 
}

/*	CSS End
	--------------------------------------------------------------- */		
