

body   { 
	color: #ccc; 
	font-size: 13px; 
	font-family: Georgia, Times, "Times New Roman", serif; 
	background: url(bg_stripes2.gif); 
	margin: 25px 0; 
	padding: 25px 0; 
	border: 0; 
	bgcolor: #FFF;
  }

p	 { color: #ccc; text-align: left; margin: 0 0 12px; clear: left; }

a:link, a:visited    { color: #390; text-decoration: none; background: transparent;}

a:hover   { color: #390; text-decoration: underline overline; background: transparent; }

a:active   { 
	color: #390; 
	text-decoration: underline; 
	background: transparent; 
	}

h1 	 { 
	color: #9c0; 
	font-size: 36px; 
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-weight: bold; 
	line-height: 1.1em; 
	background: transparent;
	letter-spacing: 6px; 
	margin: 30px 0 30px 0;
	}

h2	  { 
	color: #9c0;  
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-weight: bold; 
	font-size: 20px; 
	line-height: 1.2em; 
	background: transparent;
	text-align: left;
	letter-spacing: 2px; 
	margin: 0 0 20px 0 ;
	}

h3	{ 
	color: #9c3; 
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-weight: bold;
	font-size: 12px; 
	line-height: 1.2em; 
	background: transparent; 
	letter-spacing: 2px; 
	margin: 15px 0 0 ;
	text-align: left; 
	}

h4	{ 
	color: #9c3; 
	font-size: 12px; 
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-weight: bold; 
	line-height: 1.2em; 
	background: transparent; 
	text-align: right; 
	letter-spacing: 2px; 
	margin: 0 0 30px 0; 
	padding-right: 5px; 
	}

img	 {
	display:block;
	border: 0;
	}

.inline {
	display: inline;
	margin: 5px;
	
	}

#wrapper { 
	background-color: black; 
	margin-top: 20px; 
	padding: 20px;
	margin:0 auto;
	position:relative;
	width: 800px;
	border: 1px dotted #FFF;
	}

#main_content {

	width: 600px;
	padding: 0;
	margin:0 auto;
	position:relative;
	text-align:left;
	}
div#left 	{
	float: left;
	width: 300px;
	padding: 5px;
	margin: 0;
	}

div#right	{
	margin: 0 0 0 300px;
	width: 600px;
	padding: 5px;
	
	}

#start_content {

	width: 700px;
	padding: 5px;
	margin:0 auto;
	position:relative;
	text-align: center;
	}


#sidebar {}

#header {}

#footer {}

