@charset "utf-8";
/* CSS Document */
/* RESET CSS
-----------------------------------------------------*/
* { margin: 0; padding: 0; }
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0; }
a img,:link img,:visited img { border:none }
address { font-style:normal }
input, select, th, td { font-size:1em }
li li, li p, td p, blockquote p { font-size:1em }
/* Firefox border fix:                                  */
a:active, a:focus {outline: 0;}
/*
----------


/* @body styles CSS
-----------------------------------------------------*/
body,th,td {
	font-family: 'oswaldlight', Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #313131;
}

body{
	background: #fff;
}
table{
	background-color:transparent;
}
a{
	color: #313131;
	text-decoration: underline;
}
a:hover{
	color: #313131;
}
a:visited{
	color: #313131;
}
.clear{
	clear:both;
}
h1{
	font-size: 50px;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 22px;
}
h4{
	font-size: 18px;
}
h5{
	font-size: 16px;
}
h6{
	font-size: 12px;
}
h1, h2, h3, h4, h5, h6, strong, b{
	font-family: 'oswaldregular';
	font-weight: normal;
}
strong, b{
	font-family: 'oswaldregular';
}
/*
-----------------------------------------------------*/


/* CONTAINER START
-----------------------------------------------------*/

#container{
	width: 100%;	
	background: url(images/bg.jpg) no-repeat top center;
}

/* CONTAINER END
-----------------------------------------------------*/


/*  HEADER START
-----------------------------------------------------*/
.header-wrapper{
	float: left;
	width: 100%;
	background: url(images/bg.jpg);
}

.header{
	margin: 0 auto;
	width: 450px;
	padding-top: 260px;
}

.header h1{
	color: #fff;
}



/* HEADER END
-----------------------------------------------------*/


/* MAIN START
-----------------------------------------------------*/
.main-wrapper{
	float: left;
	width: 100%;
	background: url(images/shadow.jpg) top left repeat-x;
}

.main{
	margin: 0 auto;
	width: 450px;
}

.main h2{
	text-transform: uppercase;
	margin-bottom: 5px;
}

.main p{
	margin-bottom: 12px;
}

.main a{
	text-decoration: underline;
}



/* MAIN END
-----------------------------------------------------*/