/* comments    #fbeec1 - vanilla    #dd6d22 - orange    */

body	{	background-color: #fbeec1;
		text-align: 	center;
		padding:	0px;
		margin:		0px;
		}
#title	{
	text-align: center;
	background-color: #fbeec1;
	padding:	14px 0px 10px 0px;
	margin:		0px;
	
}

#title a:link 	{	color: white;		}
#title a:visited{	color: white;		}
#title a:hover 	{	color: #dd6d22;		}


#topbar a:link 		{	color:	black;
						text-decoration: none;}
#topbar a:visited 	{	color: 	black;	
						text-decoration: none;}
#topbar a:hover 	{	color: 	#dd6d22;		
						text-decoration: none;}

#topbar {
		padding:	2px 5px 7px 5px;
		text-align:	center;
		font-size:	13px;
		font-family:	verdana, serif;
		border-bottom:	solid 2px;
		border-color:		 white;
		}

.titlelink{ padding: 10px;	}

a:link 		{	color: white;		}
a:visited 	{	color: white;		}
a:hover 	{	color: #dd6d22;		}
	
	
.image {	padding-top: 	12px; 	}
		
#center	{	width:		850px;
		text-align: 	center;
		margin:		0px auto 0px auto;
		}

#sidebar {	width: 		150px;
		padding-top:	15px;	
		float:		left;
		}

h1	{	font-size: 	150%;
		font-family: 	verdana, serif;
		color:		#dd6d22;
		}

#guard {	width: 		290px;
		padding:	0px 0px 10px 10px;
		float:		left;
		}

#catalogs {
	margin-left: 0px;
	padding: 20px 10px 10px 10px;
	border-bottom:	solid 2px;
	border-color:		 white;
}
		
	
#team	{
	padding-top:	5px;
}
			

#footer {
		width: 480px;
		margin:  auto;
		background-color: #fbeec1;
		padding-top:	1px;
		text-align:	center;
		font-family:	verdana, serif;
		font-size:	small;
		color:		gray;
		line-height:  1em;	
		}

.gtitle{	color:		black;	}

.yes{ font-size:	20px;
      color:		#dd6d22;}    
	  


