/* CSS Document */

*{ margin:0px; padding:0px;}


body
	{
	background-color:#EDF0FA;
	background-image:url(../images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	width:100%;
	height:100%;
	z-index: 0;
	}
	
#body2
	{
	background-image:url(../images/cog70alpha.jpg);
	background-repeat: no-repeat;
	background-position:100% 100%;
	width:100%;
	height:100%;
	z-index: 1;
	}
	
#wrapper
	{
	position:absolute;
	width:760px;
	height: 420px;
	top: 50%;
	left:50%;
	background-color:transparent;
	margin-left:-380px;
	margin-top:-210px;
	z-index:2;
	}

#column1
	{
	position:relative;
	float:left;
	width:310px;
	height:370px;
	margin-left:0px;
	margin-top:0px;
	background-color:#FFFFFF;
	background-image:url(../images/leftcolbg.gif);
	background-repeat:no-repeat;
	}
	
#column1content
	{
	position:relative;
	height:355px;
	width:290px;
	margin-top:15px;
	margin-left:15px;
	}
	
	
#column2
	{
	position:relative;
	float:right;
	width:450px;
	height:370px;
	margin-top:0px;
	background-color:#CCCCCC;
	background-image:url(../images/rightcolbg.gif);
	background-repeat:no-repeat;
	}

#column2content
	{
	position:relative;
	height:338px;
	width:413px;
	margin-top:21px;
	margin-left:11px;
	background-color:#999999;
	}
	
	
#menu{
	position: relative;
	width: 760px;
	height: 70px;
	background-color:transparent;
	z-index: 2;
}

#clear
	{
	clear:both;
	}