/*
Name:                   Ben Reece's Screen CSS Style Default- Inspired by Dan Cederholm's Beauty
Who's Reponsible:       Benjamin Reece- ben@separatethis.com
Updated When:           January 31st, 2005
Anything to Say:   
*/


/* ---[ body tag ]------------------------------- */



body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, sans-serif;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	color: #CCCCCC;
	background-color: #fff; 
	}
	
	
/* ---[ common elements ]--------------------- */

p {
	color: #FFFFFF;
	font-family:Helvetica, Verdana, Arial, sans-serif
	text-align:left;
	font-size:90%;
	margin: 1em 0 1em;
	padding: 0;
	}
h1 {
	color: #3a3a3a;

	font-size:175%;
	letter-spacing: .2em;
	font-weight: normal;
	}
	
/* ---[ links ]------------------------------- */




a:link {
	color: #C4F0FD;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	}
a:visited {
	color: #C4F0FD;
	text-decoration: none;
	border-bottom: 1px dotted #bbb;
	}
a:hover {
	color: #E54B31;
	border-bottom-style: solid;
	}
	
/* ---[ layout divs ]------------------------------- */

/* ---[ Global Layout Divs ]--------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------------------------------ */

#container {
	
	position: relative;
	margin: 0px auto;
	padding: 0px;
	font-size: 95%;
	text-align: left;
  	width: 542px;

	}

#content {
	background-color: #333333;
	float:left;
	width: 370px;
	border:1px;
	border-style:dotted;
	padding-left: 30px;
	margin-left: 50px;
	}
	
#logo {
	background-color:#fff;
	float: left;
	width: 400px;
	border:1px;
	border-style:dotted;
	padding: 0px;
	margin-left: 50px;
	
	}
	
	
#form {
	background-color:#fff;
	float: left;
	width: 100px;

	padding: 0px;
	margin-left: 0px;
	
	}
