/* 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	{
		padding:	0px;
		margin:		60px 10px 0px 0px;	 	
		position: 	fixed;
		top:		10px;
		left:		auto;
		width:		200px;
		right:		auto;

	}
	
#titlebar	{	position: fixed;
		top:		9px;
		left:		auto;

		width:		200px;
		padding:	0px;
		margin:		10px 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;
	/* [disabled]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 { clear:left;	
		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;		}
		

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;		}

