@charset "UTF-8";
body    /* CSS Document */

   {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#FFF;
	line-height: 18px;
	letter-spacing	: 0.1em;
 }
 
H1 {
	font-family: Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	line-height: 20px;
	color: #821B20;
	letter-spacing: 0.1em;
	text-indent: 50px;
	text-decoration: none;
}
H2 {
	font-family: Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 20px;
	color: #821B20;
	letter-spacing: 0.1em;
	text-indent: 30px;
}
H3 {
	font-family: Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	color: #821B20;
	letter-spacing: 0.1em;
	text-indent: 10px;
}
H4 {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #821B20;
	letter-spacing: 0.1em;
}
A:link           {  
	font-family		: Helvetica, sans-serif;
	font-size		: 14px;
    color           : #0099cc;
	letter-spacing	: 0.1em;
}

A:active         {  

	font-family		: Helvetica, sans-serif;
	font-size		: 14px;
	color           : #0D5782;
	letter-spacing	: 0.1em;
}

A:visited        {   
	font-family		: Helvetica, sans-serif;
	font-size		: 14px;
	color           : #0099cc;
	letter-spacing	: 0.1em;
}

A:hover          {   
	font-family		: Helvetica, sans-serif;
	font-size		: 14px;
	color           : #003366;
	letter-spacing	: 0.1em;
}
 

 #wrapper {
	width: 990px;
	margin:auto;
 }
 
 #content {
	width: 760px; 
	float:left;
 }
 #sidebar {
	 margin-left:30px;
	width: 200px;
	float:left;
 }
 #menu {
		margin:0;
		padding:0;
 }
 
 #menu li {
	 margin: 0;
	 padding: 0;
	 list-style:none;
	line-height: 50px;
	background-color:#003366;
	font-size:14px;
	font-weight:bold;
	width: 200px;
	text-align: center;
	margin-bottom: 15px;
	color:#FFF;
 }
 #menu li a { color:#FFF; }
 #menu li:hover {
	background-color:#821B20; 
 }
 
 
 ul#webdesign {
	line-height: 18px; 
 }
 

