/*  
Theme Name: BETA
Theme URI: http://fox-two.net/
Description: BETA
Version: 0.2
Author: Fox2
Author URI: http://fox-two.net/
*/

body {
	background: #ffffff;
	color: #333333;
	text-align: center;
	text-decoration: none;	
}

h1, h2, h3, h4, h5 {
	font-family: Verdana, sans-serif;
	font-size: 100%;
}

body, div, p, table, th, tr, td, 
ol, ul, li, dl ,dt, dd, select, textarea, label, legend,
addres, abbr, blockquote {
	font-family: Verdana, sans-serif;
	font-size: 100%;
}

a:link		{ color: #6699cc; }
a:visited	{ color: #6699cc; }
a:hover		{ color: #cc6666; }
a:active	{ color: #cc6666; }

hr { display: none; }

/*	HEADER
-------------------------------------------------*/
#header {
	margin: 50px auto 25px auto;
	background-color: #234;
	width: 500px;
}

#header h1 {
	font-size: 200%;
	text-decoration: none;	
	text-align: left;
	margin: 2px 10px 2px 10px;
	color: #ffffff;
}

/*	CONTENT
-------------------------------------------------*/

#content {
	margin: 25px auto 25px auto;
	border: 1px solid #ddd;
	background-color: #ffffff;
	width: 500px;
	text-decoration: none;	
}

#content h2 {
	text-align: left;
	margin: 2px 10px 2px 10px;
}

#content p {
	text-align: left;
	margin: 2px 10px 2px 25px;
	text-decoration: none;	
}


/*	Footer
-------------------------------------------------*/

#footer {
	clear: both;
	width: 510px;
	margin: 0 20px 0 25px;
	padding: 0;
	border-top: 1px solid #ddd;
	background: transparent;
	font-size: 80%;
}
