@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	}

body{
	background:#f2f2f2;
	width:100%;
	height:100%;
	margin:0;
	font:10pt normal Arial, Helvetica, sans-serif;
	line-height:1.25em;
	color:#666;
	}
	
img{
	margin:0;
	padding:0;
	border:0;
	}

a:link, a:visited{color:#f90;}

a:hover, a:active{color:#f90;}

.clear {clear:both;}

p{
	margin:0; 
	padding-top:10px;
	}

#wrapper{
	width:995px;
	margin:0 auto;
	background:#f2f2f2;
	}

#top{
	width:965px;
	height:35px;
	padding:105px 30px 0 0;
	background:#fff url(images/top.gif) no-repeat;
	text-align:right;
	}

#content{
	width:935px;
	background:#fff url(images/repeater.gif) repeat-y;
	padding:0 30px;
	}
	
#col1 {
	width: 457px;
	float:left;
	display:block;
	}
	
#col2 {
	text-align:right;
	margin-left: 19px;
	width: 457px;
	float:left;
	}

#bottom{
	width:995px;
	height:32px;
	background:#fff url(images/bottom.gif) no-repeat;
	}
	
#login{
	color:#f93;
	}
