body{
    background: #fff url("/images/template/body-background.jpg") center center fixed;
    margin: 0 auto 40px auto;
}
h1{
    font-size: 36px;
    padding: 2px;
    font-family: arial, sans-serif;
    color: #fff;
}
h2, h3, h4, h5, h6{
    font-family: arial, sans-serif;
    color: #fff;
}
p, li, span, a, strong, ul, input, label, select, option, form{
    font-size: 16px;
    font-family: arial, sans-serif;
    color: #fff;
}
input, select, option, form{
    color: #000;
}
p{
    padding: 3px;
    margin: 0px 15px;
}
.content-wrap, .header, .footer{
    width: 1000px;
    margin: 0 auto 0 auto;
}
h2{
    margin: 2px 6px;
    font-size: 24px;
}
h3{
    margin: 2px 12px;
    font-size: 22px;
}
h4{
    margin: 2px 18px;
    font-size: 20px;
}
h5{
    margin: 2px 24px;
    font-size: 18px;
}
h6{
    margin: 2px 30px;
    font-size: 18px;
}
.header{
    background: transparent url('/images/template/header-background.png') no-repeat center bottom;
    height: 320px;
}
.template-logo{
    margin: 45px 0 0 10px;
}
.template-all-logos{
    overflow: hidden;
    width: 780px;
    right: 20px;
    height: 200px;
}
.template-all-logos img{
    padding: 10px 0 0 0;
    display:block;
    margin: 0;
}
.template-header-buttons{
    margin: 215px 0 0 10px;
}
.template-header-buttons ul li{
    float:left;
    display:block;
    margin: 0;
}
.template-header-buttons ul li a{
    font-size: 16px;
    border: 2px solid #fff;
    font-weight: bold;
}
.template-buttons-row-1{
    margin: 0 auto 0 auto;
    width: 485px;
}
.template-buttons-row-2{
    margin: 3px auto 0 auto;
    width: 445px;
}
.template-left-header{
    background: #bcbec0;
    text-align: center;
    border: 2px solid #444;
    font-size: 22px;
    padding: 5px;
    color: #000;
    font-weight: bold;
}
.template-left-buttons li{
    background: #000;
}
.template-left-buttons li a{
    font-size: 16px;
    font-weight: bold;
}
.template-left-buttons li a:hover, .template-left-buttons li a:active, .template-left-buttons li a:focus{
    text-decoration: underline;
}
.content{
    min-height: 400px;
    width: 780px;
    padding: 10px;
}
.footer{
    padding: 15px;
    display: block;
}
.footer ul.clear{
    margin: 0 auto 0 auto;
    text-align:center;
    display:block;
    padding: 4px;
}
.footer ul li{
    display:block;
    float:left;
}
.footer ul li a{
    display:block;
    padding: 4px;
    text-decoration: none;
}
.footer ul li a:hover, .footer ul li a:active, .footer ul li a:focus{
    text-decoration: underline;
}

/* css3 buttons */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% arial, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.template-button {
	display: block;
	vertical-align: baseline;
	margin: 0;
	outline: none;
        border: #000 solid 1px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 18px arial, sans-serif;
	padding: 10px 36px 9px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}
.square{
    -webkit-border-radius: 0; 
    -moz-border-radius: 0;
    border-radius: 0;
}
/* color styles 
---------------------------------------------- */

/* black */
.black {
	color: #fff;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	background: -moz-linear-gradient(top,  #666,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.black:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
	background: -moz-linear-gradient(top,  #444,  #000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.black:active {
	color: #666;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
	background: -moz-linear-gradient(top,  #000,  #444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}

.yellow {
	color: #000;
	border: solid 1px #333;
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff888), to(#bab100));
	background: -moz-linear-gradient(top,  #fff888,  #bab100);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff888', endColorstr='#bab100');
}
.yellow:hover {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#c3be6c), to(#bab100));
	background: -moz-linear-gradient(top,  #c3be6c,  #bab100);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3be6c', endColorstr='#bab100');
}
.yellow:active {
	color: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#bab100), to(#c3be6c));
	background: -moz-linear-gradient(top,  #bab100,  #c3be6c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#bab100', endColorstr='#c3be6c');
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6{
    padding: 0 0 5px 0;
}
.content ul{
    padding: 5px 0 0 35px;
    margin: 5px;
    list-style-type: disc;
}
.content p{
    padding: 5px 0 0 5px;
}
.content form label{
    clear:both;
    display:block;
    padding: 3px;
}
.content form input{
    display:block;
    float:right;
    width: 300px;
}
.content form textarea{
    clear:both;
    display:block;
    float: right;
    width: 300px;
    height: 250px;
}