body 
{ 	margin: 0px;
	height: 100%;
	font-family: "Trebuchet MS", "Georgia", "Times New Roman";
	font-size: 12px;
	color: #412E28;
	background: #FFF;
	line-height: 20px;
}

a {
	color: #EB1D68 ;
	text-decoration:none;
	}

a:hover {
	text-decoration:none;
	color: #C2C81A;
	}

/* Container */

#container {width: 100%;
	    min-height: 100%;
	    height: 100%;
	    background: #FCF4D3;
            margin-top: 0px;
	    position: relative;}


/* Header */

#header {margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	width: 100%;
	height: 120px;
	background: #3E2318;
}

#header h1 {margin: 0px auto 0px 80px;
            padding: 20px 0 0 0;
	    color: #EB1D68;
	    font-family: "Century Gothic";
	    font-size: 25px;
	    font-weight: normal;
	    text-align: left;}

#header h2 {margin: 0px auto 0px 100px;
		padding: 10px 0 0 0;
	    color: #FFFFFF;
	    font-family: "Century Gothic";
	    font-size: 15px;
	    font-weight: lighter;
	    font-style: italic;
	    text-align: left;}

#header ul {font-size: 25px;
	    margin: 15px 25px 0 0;
	 	text-align:right;}

#header li {display: inline;
	    padding-left: 15px;
  	    padding-right: 15px;}

#header a {
	color: #6DB4AE;
	text-decoration:none;
	border-top: 2px solid #C2C81A;
	}

#header a:hover {
	text-decoration:none;
	color: #C2C81A;
	border-top: 2px solid #FFFFFF;
	}

/* Content */

#content {
	width:550px;
	margin: 20px auto 0px 70px;
	padding: 2px 15px 200px 15px;}

em{color: #C2C81A;}	

#content h3 {font-size: 20px;
	     color: #6DB4AE;}

#content a, a:link, a:visited, a:active {
	color: #EB1D68;
	text-decoration:none;
	border-left: 0px;
	}

#content a:hover {
	text-decoration:none;
	color: #C2C81A;
	border-left: 0px;
	}

b { color: #6DB4AE;}

#content li {color: #888;}

img { padding: 8px; 
      border: 1px solid #EB1D68; 
      background-color: #EB1D68; }

/* Right */

#right {width: 550px;
		margin: -920px auto 0px auto;
		padding: 0px 15px 15px 15px;
		float: right;}
		
#right h3 {font-size: 20px;
	     color: #6DB4AE;}		

/* Footer */

#footer {width:100%;
        bottom: 0;
	margin: 0 0 0 0;
	padding: 20px 0 20px 0;
	text-align: center;
	background: #3E2318;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #FFFFFF;
	clear: both;}

#footer a, a:link, a:visited, a:active {
	color: #C2C81A;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration:none;
	color: #EB1D68;
	}

