/***
	default stylesheet for gearmake
	written by rick wang
	last updated 26.11.02
	/style/default.css
***/

body						{
	background-color: #cccccc ;
}

div.left					{
    font-family: helvetica, verdana, sans-serif ;
    font-size: 1em ;
	text-indent: 4em ;
	float: left ;
	width: 68% ;
	background: #ffffff ;
	border: 1px solid #000000 ;
	padding: 15px 15px 50px 15px ;
}

div.left a					{
    text-decoration: none ;
    color: #3399ff ;
}

div.right					{
	float: right ;
	width: 28% ;
	padding: 0px 0px 50px 0px ;
	background: #ffffff ;
	border: 1px solid #000000 ;
}

div.right a:link, a:visited	{
    font-family: helvetica, verdana, sans-serif ;
    font-size: 1em ;
    text-decoration: none ;
    color: #000000 ;
	padding: 4px ;
	background: transparent ;
	border: none ;
}
	
div.right a:hover			{
	color: #0033dd ;
	background: transparent ;
}

div.right a:active			{
	color: #000000 ;
	background: transparent ;
}

div.title					{
	background: #6666ff ;
	padding: 2px ;
	text-align: center ;
	font: italic 25px helvetica;
	border-bottom: 1px solid #000000 ;
}

div.centered				{
	background: transparent ;
	padding: 10px ;
	text-align: center ;
}

div.footer      			{          
	float: left ; 
	margin-top: 2em ;
    width: 100% ;
    text-align: right ;
	border: 1px solid #000000 ;
    white-space: nowrap ;
    background-color: #ffffff ;
}

div.footer a        		{
    margin: 2em ;
    font-style: oblique ;
}       

div.footer img      		{
    border: none ;
    margin: 0 ;
    float: left ;
}


