/* comments    #fbeec1 - vanilla    #dd6d22 - orange    */

body	{	text-align: 	center;
		background-color: #fbeec1;
		}

a:link {	color: white;		}
a:visited {	color: white;		}
a:hover {	color: #dd6d22;		}

#title	{	position:	fixed;
		top:		10px;
		left:		auto;
		width:		200px;
		padding:	0px;
		margin:		55px 10px 0px 0px;
	}
	
#titlebar	{	position:	fixed;
		top:		20px;
		left:		auto;
		width:		200px;
		padding:	0px;
		margin:		0px 10px 0px 0px;
	}


	
#center		{	
		width:		770px;
		text-align: 	center;
		margin:		0px auto 0px auto;
		}

#all	{	width: 		770px;
			padding-left: 10px;
	margin:		0px auto 0px auto;
	
	}

#sidebar {	
		position:	fixed;
		top:		10px;
		text-align: center;
		width:		200px;
		margin-top:		200px;
		font-size:	 13px;
		line-height:	3em;
		color:	gray;
		font-family:	verdana, serif;		
	}

#sidebar a:link {	color:	gray;	
					text-decoration: none;}
#sidebar a:visited {	color: gray;	
					text-decoration: none;}
#sidebar a:hover {	color:  #dd6d22;		
					text-decoration: none;}



#titlelink {	padding-bottom: 0px;
				border-bottom:	solid thin;
				border-color:		 white;
				width: 200px;  }

.titlelink {	padding-bottom: 0px;
				border-bottom:	solid thin;
				border-color:		 white; 
				width: 200px;  }

#footer {	
		position:	fixed;
		top:		600px;
		width:		200px;
		text-align:	center;
		font-family:	verdana, serif;
		font-size:	small;
		color:		gray;
		line-height:	1em;
}
#contents {	width:		500px;
		text-align: 	left;
		margin:		0px 0px 0px 222px;
		padding-top:	10px;
	 	
		}

.group  {	width:		443px;
		height:		265px;
		text-align: 	left;
		margin:		0px;
		padding-top:	10px;
	 	margin-bottom:	4px;
		background-color: white;
		}


.item	 {	width:		218px;
		margin:		0px;
		padding:	0px 0px 5px 10px;
		}


a.item:link 	{	color: #fbeec1;		}
a.item:visited  {	color: #fbeec1;		}
a.item:hover    {	color: #dd6d22;		}
		
.breakline {	width		700px;
		height:		1px; 	
		padding:	0px;
		background-color: #fbeec1;
		}		




h1	{	font-size: 150%;
		font-family: 	verdana, serif;
		color:		black;
		}

h3	{	font-size: 100%;
		font-family: 	sans-serif;
		color:		red;
	}



#aboutus {	width:		500px;
		padding:	50px 0px 0px 0px;
		margin-left:	330px;
		text-align:	center;
		font-family:	verdana, serif;
		font-size:	medium;
		color:		gray;
		line-height:	1.4em;
		}



		

.gtitle{	color:		black;	}

.name {		font-size:	large;
		color:	black;
		font-family:	verdana, serif;  }

.proof{		text-align: left;		}