﻿/* basics */

body 
{
    font-family:Arial;
	font-size:11px;
	margin:0px;
	padding:0px;
	background-color:#252019;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#ffffff;
}

p 
{
	margin-top:12px;
	margin-bottom:12px;
	line-height:16px;
}

a 
{
	color:#e2d1a9;
	text-decoration:none;
	font-weight:bold;
}

a:hover 
{	
	color:#FFFFFF;
	text-decoration:none;
}

/* layout */

#container
{
    width:850px;
    margin:0px auto;
}

#header
{	
	margin:0px auto;
    background-image:url(images/header.jpg);
    background-position:right top;
    background-repeat:no-repeat;
}

#content-container
{
	clear:both;
	width:850px;
    margin:0px auto;
	float:left;
}

#leftcol
{
    float:left;
    width:150px;
	padding-right:50px;
	background-image:url(images/main_text-padding.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}

#midcol
{   
    float:left;
    width:350px;
}

#rightcol
{
    float:right;
    width:250px;
	padding-left:50px;
	background-image:url(images/main_text-padding_2.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

#rightcol-invite
{
	background-image:url(images/text_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#201D18;
	padding-bottom:10px;
	padding-top:80px;
}

#footer
{
    clear:left;
    width:850px;
    padding-top:10px;
}

#footer-left
{
    float:left;
	padding-right:25px;
}

#footer-right
{	
	padding-top:10px;
    float:left;
    background-image:url(images/footer_02.gif);
    background-position:right top;
    background-repeat:no-repeat;
	padding-bottom:20px;
	width:600px;
}

.text
{
	padding-left:25px;
	padding-right:25px;
}
