
/* Common Settings */

* {
 	margin: 0;
	padding: 0;
}

.clr {
	clear: both;
}

body {
	background: #FFF url(../images/bg-header.gif) repeat-x top left;
	font-family: Verdana;
	font-size: 12px;
	color: #000033;
}

a {
	color: #000033;	
}

a.red {
 	color: red;
}

.bg_red {
 	background-color: red;
}


h1 {
	color:#6F1020;
	font-size:1.4em;
	font-weight:bold;
}

h2 {
	margin-top: 20px;
	color:#000033;
	font-size:1.2em;
	font-weight:bold;	
}

h3 {	
	color: #6F1020;
	font-size: 1.1em;	
	font-weight:bold;	
}

p {

}

img {
	border: 0;
}


/* Main Layout */

#wrapper {
	background: transparent url(../images/bg-footer.gif) repeat-x bottom;	
}

#header, #content, #footer{
	margin: 0 auto;		
	width: 780px;	
}

#header {
	height: 142px;
	padding-top: 5px;
}


#footer {
	padding-top: 25px;
	padding-bottom: 20px;
}

#content {
	margin-top: 20px;
}

/* Box Background Header */

#box-header-left {
	background: #FFF url(../images/box-header-left.gif) no-repeat;	
	width: 18px;
	height: 142px;	
	float: left;
}

#box-header-center {
	background: #FFF url(../images/box-header-center.gif) repeat-x;	
	width: 744px;
	height: 142px;	
	float: left;
}

#box-header-right {
	background: #FFF url(../images/box-header-right.gif) no-repeat;	
	width: 18px;
	float:left;
	height: 142px;	
}

/* Box SignUp */

#box-top-signup {
	background: url(../images/box-gray.gif) no-repeat;
	float:right;
	height:60px;
	margin-top:15px;
	text-align:right;
	width:154px;	
	text-align: center;	
	padding-top: 20px;	
}

#box-top-signup a {
	font-size:1.1em;
	font-weight:bold;
	text-decoration: none;
}

#box-top-signup a:hover {
	font-size:1.1em;
	font-weight:bold;
	text-decoration: underline;
}


/* Logo tip */

#top-logo {
	padding-top:20px;
	padding-left:10px;
	float: left;
}

/* Top menu */

#top-menu {
	padding-left: 110px;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul#mainmenu {
	list-style: none;
	list-style-type: none;
	position: relative;	
	font-size: 1.1em;
	/*text-align:right;*/
}

ul#mainmenu li.first {
	border-left: 2px solid #6f1020;
}

ul#mainmenu li.first active{
	color: #6f1020;	
	font-weight:bold;
}	

ul#mainmenu li {
	display: inline;
    padding-left: 12px;	
    padding-right: 12px;
    border-right: 2px solid #6f1020;
}

ul#mainmenu li a {
	color: #000033;
	text-decoration: none;
}


ul#mainmenu li a.active {
	color: #6f1020;	
	/*font-weight:bold;*/
}

ul#mainmenu li a:hover {
	color: #000033;
	text-decoration: underline;
}

/* MAIN COUNENT */

.side-left, .side-right {
	float: left;
}

.side-left {
	width:105px;
}

.side-right {
	width:672px;
}

/* BOX CONTENT */

.main-box-header{
/*
	background: url(../images/main-box-header.png) no-repeat bottom left;
	height:10px;		
	border: 0;
*/
}

.main-box-bottom{
/*
	background: url(../images/main-box-bottom.png) no-repeat;
	height:10px;	
	border: 0;
*/
}

.main-box-content {
/*	
	border-left:2px solid #b2b3b6;
	border-right:2px solid #b2b3b6;
	border-bottom:1px solid #FFF;
	border-top:1px solid #FFF; 
	background:transparent url(../images/main-box-header2.gif) no-repeat top center;
*/
	/*margin-top:-1px;*/
	width: 672px;
	padding: 10px 0px;
}

.htop {
	background: url(../images/main-box-header2.gif) no-repeat center top;			
	width: 672px;
}

.hbottom {
	background: url(../images/main-box-bottom2.gif) no-repeat center bottom;						
	width: 672px;
}

.hleft {
	background: url(../images/main-border-line.gif) repeat-y top left;															
}

.hright {
	background: url(../images/main-border-line.gif) repeat-y top right;						
}


/* Box Date*/

#box-date {
	background: url(../images/box-date.gif) no-repeat;	
	height:86px;
	width:78px;
	float: right;
	padding-right:10px;
	margin-top:20px;	
}

#box-date .month {
	color:white;
	font-size:1.5em;
	padding-top:12px;
	text-align:center;
	width:70px;
}

#box-date .day {
	color:#000033;
	font-size:2em;
	padding-top:7px;
	text-align:center;
	width:70px;
}

/* Sub Content */

#sub-content {
	margin:20px 100px 10px 20px;
}

#sub-content ul {
	margin-left: 20px;
}

/* Sponsore and Partners */
.submit {	background: red;	color: #fff;	font-weight: bold;}

.sponsorelabel {
	color: #000033;
	font-size: 0.8em;
	margin-bottom: 20px;
	font-style: italic;
}

.sponsorelabelbold {

	color: #000033;

	font-size: 0.8em;

	font-weight:bold;

	margin-bottom: 20px;

}


.assoc {
	margin-top: 60px;
}


.partner-logo {
	margin-top: 20px;
}

/* Button, Input e.t.c */

.input {
	width: 70%;
}



