/* CSS Document For Stylized Beauty
   Design by super j man
   (http://www.jdavidmacor.com) */

/******** Basic Body ********/
	body {
	font-size:100%; /* Explain @ www.clagnut.com/blog/348/ */
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 2px;
		}
		
	h1 {
	  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	  font-weight: normal;
	  font-size: 32px;
	  color: #6DA6E2;
	  margin-bottom: 30px;
	  background-color: #FFFFFF;
	  }
		
	h2 {
	margin: 0;
	color: #6DA6E2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	border-bottom: 1px solid #000000;
	font-weight: lighter;
	line-height: 25px;
		}

	h3 {
	margin: 0;
	color: #6DA6E2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: lighter;
	line-height: 25px;
		}
		
	a {
	  color: #006699;
	  background-color: #FFFFFF;
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  background-color: #FFFFFF;
	  color: inherit;
	  font-weight: bold;
	  text-decoration: underline;
	  }

	
	#container {
		margin: 0 auto;
		padding: 2px;
		width: 778px;
		border: 1px solid #999999;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 1.6em;
		color: #666666;
		background-color: #FFFFFF;
		}
				
/******** Header ********/		
	#header {
		width: 778px;
		height: 129px;
		background: url(images/logo.gif) no-repeat top;
		}
				
	.button {
		padding: 2px;
		background: #88ac0b url('images/menu-background.png') top left repeat-x;
		color: #FFFFFF;
		border: 0;
		font-size: 11px;
		}

/******** Footer ********/	
	#footer {
	width: 779px;
	margin-top: 5px;
	padding: 0px;
	float: left;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #990000;
		}
		
	#footer p {
		padding: 12px;
		text-align: center;
		font-size: 9px;
		color: #CCCCCC;
		}
		
	#footer p a {
	color: #666666;
	text-decoration: none;
		}
		
	#footer p a:visited {
		color: #000000;
		font-weight: 100;
		text-decoration: none;
		border-bottom: 1px #000000;
		}
			
	#footer p a:hover {
		color: #000000;
		text-decoration: none;
		border: 1px dotted #000000;
		}

/******** Menu ********/	
	#menu_container {
		width: 776px;
		/*_width: 776px;*/
		background: #333333;
		height: 25px;
		/*_padding-right: 5px;*/
		}
	
	#menu {
	width: 100%;
	background: #88ac0b url('images/menu-background.png') top left repeat-x;
	float: left;
	font-size: 125%;
	white-space: nowrap;
	padding-right: 2px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
		}
	
	* html #menu {
		padding-right: 0;
		}
	
	#menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		float: left;
		border-left: 1px solid #95bc0e;
		border-right: 1px solid #95bf0f;
		width: 100%;
		}
	
	#menu li {
		display: inline;
		}
	
	#menu a:link, #menu a:visited {
		padding: 0.25em 1.15em;
		background: transparent;
		color: #FFFFFF;
		text-decoration: none;
		float: left;
		border-right: 1px solid #95bc0e;
		}
	
	#menu a:hover {
		background: #b6e41c url('images/menu-hover.png') repeat-x;
		color: #485b06;
		}

/******** Main Content ********/		
	#content {
		width: 767px;
		background: #FFFFFF;
		padding: 5px;
		}
	

	.dropcap {
		float: left;
		width: .67em;
		font-size: 3.1em;
		line-height: 95%;
		}
	
	.blockquote {
	border: 2px solid #88ac0b;
	background-color: #EFEFDD;
	padding: 10px;
	overflow: hidden;
	text-align: justify;
	color: #990000;
	font: 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	width: 720px;
	margin: 12px;
		}
	
	.comments {
		color: #999999;
		font-size: 75%;
		text-align: right;
		}

/**************** sidebar styles ****************/
	#sidebar {
	width: 190px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 43px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
	padding-bottom: 12px;
	height: 100%;
	background-color: #c4e1ff;
	  }
		
	  
/**************** images styles ****************/		
	a img{
	  border: none;
	  }

	img.left,img.center,img.right {
	  padding: 4px;
	  border: 1px solid #a0a0a0;
	  }

	img.left {
	  float: left;
	  margin: 0 12px 0px 0;
	  }

	img.center {
	  display: block;
	  margin: 0 auto 5px auto;
	  }

	img.right {
	  float: right;
	  margin: 0 0 0px 12px;
	  }
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
