﻿/* CSS Document */

/*good for working out where your divs are

div
{border:blue solid 1px;
}
*/

/*general layout rules*/
body
{ font-family:Arial, Helvetica, sans-serif;
	margin:auto;
	width:880px;
	
			}
#wrapper
{	
	background-color:#fff;
	border:1px solid #ddd;
	padding:0 10px;
	background-image:url('gradient.png');
	background-repeat:repeat-x;
	min-height:2000px;
	text-align:justify;
	
	}
	
#bar
{	border:#ccc solid 1px;
	min-height:2000px;
	float:right;
	width:200px;
	margin:8px;
	}
	
#content
{	float:left;
width:620px;
margin:10px;
}

/*general rules*/
a
{	color:#FF9900;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	color:#FFFFCC;
	
}

h1{
	
	font-size:20px;
}

h2
{
	color:#FF9900;
	font-size:16px;
	
}

h1, h2, h3
{
	font-variant:small-caps;
	text-transform:capitalize;
	clear:both;
}

img
{border:solid 1px black;
margin:10px;
float:right;


}

/*header rules*/
	
#header
{padding-top:10px;

}	

.graphic
{
border-style:none;
padding:0px;

}

/*navbar rules*/

#navbar
{
	display:none;
			
}

/*content rules*/

li.front
{	list-style-image:url(sun.gif);
	margin-left:0px;
}






