/* CSS Document */

*
{
	margin:0px;
	padding:0px;
}

#wraper
{
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;	
background-color:#0584aa;
}

#page
{
	width:933px;
	margin:auto;
	padding-bottom:50px;
}

#header
{
height:100px;
padding-top:400px;
background-image:url(../images/header.jpg);
background-repeat:no-repeat;
text-align:center;	
}

#header a
{
color:#fe5701;
text-decoration:none;
}

#content
{
background-image:url(../images/page_bg.jpg);
background-repeat:repeat-y;	
text-align:center;
}
.light27
{
font-family:Arial, Helvetica, sans-serif;
font-size:27px;
}

.light17
{
font-family:Arial, Helvetica, sans-serif;
font-size:17px;
line-height:30px;
}

.light36
{
font-family:Arial, Helvetica, sans-serif;
font-size:36px;
}

.light12
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.orange
{
color:#fe5701;
}


.blue
{
color:#096d8a;
}



.red
{
color:#ff0000;
}

.txt
{
width:125px;
height:22px;
}