/* GENERAL */
* {
	padding: 							0px;
	margin: 							0px;
	border:								0px;
}

p {
	margin-bottom:						15px;
	line-height:						15px;
}

html, body {
	height:								100%;
}

body {
	font-family:						arial;
	color:								#000000;
	font-size:							12px;
	background-color:#CCC;
}

/* CONTAINER DIV AND TABLE */

div#container {
	position:							absolute;
	top:								0px;
	left:								50%;
	margin-left:						-460px;
	width:								920px;
	height:								100%;
	min-height:							100%;
}

* html #container {
	height:								100%;
}

table#table_container {
	width:								920px;
	height:								100%;
	background-image:url(../components/bg_container.jpg);
	background-repeat:					repeat-y;

}

td#column_1 {
	width:								900px;
	padding:							0 10px 0 10px;
}

table#table_content {
	width:								900px;
}

td#column_content_1 {
	width:200px;
	background-image:url(../components/top_column_1.jpg);
	background-repeat:no-repeat;
	padding-top:50px;
}

td#column_content_2 {
	width:								500px;
	background-image:url(../components/top_column_2.jpg);
	background-repeat:no-repeat;
	padding-top:50px;
}

td#column_content_3 {
	width:								200px;
	background-image:url(../components/top_column_3.jpg);
	background-repeat:no-repeat;
	padding-top:50px;
}

/*MENU*/

.menu {
list-style: none;
margin: 0px;
padding: 0px;
width: 200px;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
}

.menu li {
background: #AD0223;
border-style: solid none solid none;
border:1px solid #666;
padding:0;
text-align:left;
text-indent:20px;
line-height: 30px;
}

.menu a {
display: block;
text-decoration:none;
background: #AD0223;
color:#FFFBCC;
}


.menu a:hover {
color: #9A061B;
background-color:#FFFBCC;
}


/*CONTENT*/
.top{
	width:								880px;
	height:								30px;
	padding:							20px 10px 0 10px;
	background-image:url(../components/bg_top.jpg);
	background-repeat:no-repeat;
	color:#FFFBCC;
	text-transform: 						uppercase;
}

.top a{
	color:#FFFBCC;
	text-decoration:none;
}

.top a:hover{
	color:#FFF;
	text-decoration:underline;
}

.text{
	width:								460px;
	padding:							0 20px 0 20px;
	color:#000;
	text-align:justify;
	line-height:25px;
	font-size:13px;
}

.text a{
	color:#000000;
	text-decoration:underline;
}

.text a:hover{
	color:#9A061B;
	text-decoration:underline;
}

.echo{
	width:180px;
	height:40px;
	padding:10px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}

.echo a{
	color:#fff;
	text-decoration:none;
}

.echo a:hover{
	color:#ccc;
	text-decoration:underline;
}


.lid{
	width:180px;
	height:40px;
	padding:10px;
	color:#9A061B;
	font-size:13px;
	font-weight:bold;
	background-image:url(../components/bg_lid.jpg);
	background-repeat:repeat-y;
}

.lid a{
	color:#9A061B;
	text-decoration:underline;
}

.lid a:hover{
	color:#ccc;
	text-decoration:underline;
}



/*STYLES*/



h1{
font-size:								11px;
text-transform: 						uppercase;
font-weight:							bold;
color:									#9A061B;
}

h2{
font-size:								11px;
font-variant:normal;
font-weight:							bold;
}
