/* 
  Template Name: WWC
  Author: Alice
  URL: http://www.demon-alley.com
  Date: November 29, 2007

The cake is a lie.

*/							   


/* * * * * * * * * * * * * * * * * */
/* General                         */
/* * * * * * * * * * * * * * * * * */

body {
	margin-top: 0px;
	padding: 0; 
	font-size: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #5d5f52;
	color: #454739;
	text-align: center;
	}

a:link { color: #f796bf; text-decoration: none; }		
a:visited { color: #f796bf; text-decoration: none; }
a:hover { color: #d1cfb5; text-decoration: none; }

p   {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	text-align:justify;
    }
	
.center p   {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
	text-align:center;
    }

.left {
	 border: 1px solid #000000;
	 float:left;
	 margin:15px;
	}
	
.right {
	 border: 1px solid #000000;
	 float:right;
	 margin:15px;
	}
	
.border { border: 1px solid #000000; }

/* * * * * * * * * * * * * * * * * */
/* Content                         */
/* * * * * * * * * * * * * * * * * */

div#content {
	width:360px;
	margin: 0 auto;
	border: 1px solid #3a3c31;
	background-color: #8e886e;
	margin-bottom: 0px;
}

div#box {
	margin: 0 auto 0 auto;
	width: 60%;
    text-align: left;
	background-color: #969076;
	border: 1px solid #6f6a54;
}

/* * * * * * * * * * * * * * * * * */
/* Headers                         */
/* * * * * * * * * * * * * * * * * */

h3 {
	padding: 0;
	margin: 5px;
	color: #67695c;
	font-family: verdana;
	font-size:1em;
	}