/* CSS Document */

body {
font-family: Century Cothic,Arial, Verdana,  Tahoma, sans-serif;
margin-top:0; 
background-color:#F36621;
}

#wrapper {
margin:0 auto;
width:1000px;
height:1100px;
background:white;
font-size:12px;
}

#left
{
 width:678px;
 height:1500px;
 float:left;
 background:white;
 border-right: 2px solid #E2F1EC;
 padding-left:10px;
 padding-right:10px;
}

#right
{
 width:290px;
 height:1500px;
 float:left;
 background:white;
 padding-left:10px;
}

img
{
padding-left:5px;
}

.big_font
{
font-size:13px;
font-weight:bold;
}

h1
{
font-size:16px;
font-weight:bold;
color:black;
}
h2
{
font-size:14px;
font-weight:bold;
color:black;
}

.centered
{
text-align:center;
}

hr
{
color:#E2F1EC;
}
