body
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: white;
	background-image: meras.png;
}
#wrapper
{
    width: 949px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}
#header
{
    background-image: url(layout_02.jpg);
    background-repeat: no-repeat;
    height: 231px;
}
#header a
{
    color: #CC4C05;
	text-decoration: none;
	font-size: 12px;
	position: left;
	margin-left: 10px;
	margin-top: 5px;
}
#menu
{
    background-image: url(layout_01.jpg);
    background-repeat: no-repeat;
    height: 70px;
    word-spacing: 15px;
	text-align: left;
}
#menu a
{
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    position: center;
	margin-left: 10px;

}
#body
{
    background-image: url(layout_03.jpg);
    background-repeat: no-repeat;
    height: 50%px;
	background-color: #387aa1;
	font-size: 14px;
	padding: 5px;
}
#top
{
    
    width: 470px;
    height: 500px;
    position: relative;
    top: 4px;
    left: 15px;
}
#bottom
{
    height: 117px;
    width: 949px;    
	background-image: url(layout_04.jpg) ;
	background-repeat: no-repeat;
}
#bottomLeft
{
    background-image: url(contentBoxSmall.png);
    background-repeat: no-repeat;
    width: 393px;
    height: 194px;
}
#bottomRight
{
    background-image: url(contentBoxSmall.png);
    background-repeat: no-repeat;
    width: 393px;
    height: 194px;
    position: absolute;
    left: 415px;
    top: 0px;
}
.title
{
    position: relative;
    left: 10px;
    top: 3px;
    font-size: 24px;
}
.content
{
    position: relative;
    padding: 15px;
    font-size: 12px;
}
.main
{
	font-size: 12px;
}
#footer
{
    position: absolute;
    top: 770px;
    width: 500px;
    text-align: center;
    word-spacing: 30px;
}
#footer a
{
    color: White;
    font-size: 12px;
	text-decoration: cursive ;
}