/* CSS Document */


* {
	margin:0;
	padding:0;
	}

body {
	background-image: url(images/bg.png);
	background-color: #5a1842;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #555;
}

#wrapper {
    width: 1004px;
    margin: 0px auto;
}

#header {
	width: 1004px;
	height: 275px;
	margin-top: 5px;
	float:left;
	background-image: url(images/header.png);
}

.sidebar {
	width: 175px;
	height: auto;
	float:left;
	background-color: #fff;
}

.midle {
	width: 415px;
	height: auto;
	float:left;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #FFFFFF;
}


.right {
	width: 200px;
	height: auto;
	float: right;
	background-color: #fff;
}

.menubutton {
	margin-bottom: 3px;
	width: 175px;
	height: 40px;
}

#main {
	width: 804px;
	height: auto;
	margin-left: 100px;
	margin-right: 100px;
	float:left;
	background-color: #FFFFFF;
	padding-bottom: 50px;
	display: block;
}

#footer {
	width: 804px;
	height: 80px;
	margin-left: 100px;
	margin-right: 100px;
	margin-top: 5px;
	float:left;
	background-image: url(images/footer.png);
}







/* Boxes */


#boxone {
	width: 300px;
	height: 250px;
	float:left;
	margin-top: 1px;
	margin-bottom: 5px;
}

#boxtwo {
	width: 300px;
	height: 250px;
	float:left;
	margin-top: 1px;
	margin-bottom: 5px;
}

#boxthree {
	width: 130px;
	padding: 10px;
	height: 230px;
	float:left;
}

#boxfour {
	width: 130px;
	padding: 10px;
	height: 230px;
	float:left;
}

#boxfive {
	width: 130px;
	padding: 10px;
	height: 230px;
	float:left;
}

#boxsix {
	width: 130px;
	padding: 10px;
	height: 230px;
	float:left;
}




/* News */

#boxnews {
	width: 590px;
	height: auto;
	float:left;
	padding: 10px 5px 0px 5px;
}

.boxnewsbump {
	width: 280px;
	height: 100px;
	float:left;
	margin-bottom: 2px;
	padding: 0px 5px 0px 5px;
}









.style1 {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.style2 {
	font-size: 18px;
	color: #FF0000;
}

.style3 {
    font-size: 10px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.style3:hover {
    font-size: 10px;
	color: #222;
	font-weight: bold;
	text-decoration: none;
}

.style4 {
    font-size: 9px;
    color: #666666;
}

.style5 {
	font-size: 12px;
	color: #0066CC;
}

.style6 {
    font-size: 11px;
	color: #333;
	text-decoration: none;
}
.style6:hover {
	text-decoration: underline;
}


.menuleft {
    font-size: 11px;
	color: #333;
	text-decoration: none;
}
.menuleft:hover {
	text-decoration: underline;
}










.menu {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
    width: 135px;
	height: 21px;
	margin-bottom: 1px;
	padding: 7px 0 0 15px;
	display: block;
	background-image: url(images/button.jpg);
	color: #FFF;
	text-align: left;
}

.menu a {
	background-image: url(images/button2.jpg);
	color: #FFF;
}

.menu:hover {
	background-image: url(images/button2.jpg);
	color: #FFF;
	text-align: left;
}

.texto {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


.linkfooter {
	font-size: 9px;
	color: #a37393;
	text-decoration: none;
}

.linkfooter:hover {
	font-size: 9px;
	color: #a37393;
}
