/* Twodoit.com layout by Travis Fantina with thanks to alistapart.com for their 3 column layout tut */
/*Body layout, look and links*/

body {
	min-width: 600px;    
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: Gill, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

a:link {
 	color: #0066cc;
    text-decoration: none;
}
a:hover {
     color: #73C3CC;
     text-decoration: none;
}
a:visited {
	color: #0066cc;
    text-decoration: none;
}

/* Header layout and look */

#header {
	background-image: url(../layoutimg/header1.jpg);
	background-repeat: repeat-x;
	top: 0px; right: 0px;
	height: 68px;
}

#headertxt {
	color: #ffffff;  
	font-size: 40px;
	position: absolute; 
	left: 10px;
	top: 10px;
}

#headertxt a:link, #headertxt a:visited, #headertxt a:hover { 
 	color: #ffffff; 
 	text-decoration: none; 
} 

#username {
	color: #ffffff;  
    position: absolute; 
    right: 150px;
 	top: 25px;
	
}
#username a:link, #username a:visited {
	color: #666666;
	text-decoration: none;
}
#username a:hover {
	color: #666666;
	text-decoration: underline;
}
#use_pic {
	color: #ffffff;  
    position: absolute; 
    right: 100px;
 	top: 17px;

}

/* content (3 column layout) center, side bar and add space */

#wrapper {
	padding-left: 200px;
	padding-right: 190px;
	overflow: hidden;
}
		
#wrapper .column {
	position: relative;
	float: left;
	padding-bottom: 1001em; 
	margin-bottom: -1000em; 
}
		
#center {
	margin-top: 10px;
	padding: 10px 20px;
	width: 100%;
}

#lists {
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	margin-bottom: 5px; 
}
		
#sidebar {
	width: 150px;
	padding: 10px 10px 10px 25px;          
	right: 240px;
	margin-left: -100%;
	margin-top: 10px;
	background-color: #f0fffc;
	border-right-style: solid; 
	border-right-color: #666666; 
	border-right-width: 2px; 
	line-height: 2.5;
}	
		
#sidebar a:link, #sidebar a:visited {
	color:#666666;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
		
#adds {
	width: 130px;
	padding: 0 10px; 
	margin-right: -100%;
	margin-top: 10px;
}
		
/* footer */
	
#footer {
	clear: both;
	height: 25px;
}
#legal {
	text-align: right;
}
	
/* why use IE when you could get FireFox? */
		
* html #left {
	left: 150px; 
}

/* Equal-height Columns */

* html body {
	overflow: hidden;
}
		
* html #footer-wrapper {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 10010px;
	margin-bottom: -10000px;
}

