body {
    text-align:center;
	font-family: arial,sans-seriff;
	font-size:12px;
	background-color:#444444;
	margin-left: 0px;
	margin-top: 10px;
}
#container {
    width:900px;
	margin-left:auto;
	margin-right:auto;
}
#buyapick {
    margin:0px;
	text-align:center;
}
.green {
    color:#7D961F;
}
/* BUY A PICK PAGE */
#topshadow {
    height:40px;
	background-image:url("images/topshadow.gif");
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#444444;
	width:899px;
	margin-top:25px;
}
#topshadow h1 {
    padding-top:22px;
}
#bottomshadow {
    height:40px;
	background-image:url("images/bottomshadow.gif");
	background-position:bottom center;
	background-repeat:no-repeat;
	background-color:#444444;
	width:899px;
	margin-bottom:10px;
}
#pagecontent {
    height:auto;
	background-color:#ffffff;
	padding-top:50px;
	margin-left:23px;
	margin-right:25px;
	padding-bottom:20px;
	padding-bottom:20px;
	padding-right:40px;
	padding-left:40px;
	padding-top:20px;
	text-align:left;
	background-image:url("images/repeater_bg.gif");
	background-position:top center;
	background-repeat:repeat-y;
}

#pagecontent a {
    color:#000000;
	text-decoration:underline;
}
h1 {
    color:#333333;
}

a:link {	
    color: #ffffff;
	text-decoration:none;
	margin:0px;
}
a:visited {
	color: #ffffff;
	text-decoration:none;
}
a:hover {
	color: #666666;
	text-decoration:none;
}
a:active {
	color: #444444;
	text-decoration:none;
}
#buynow_btn {
    float:right;
	width:250px;
	padding-top:40px;
	padding-left:140px;
}
#contacttext {
    float:right;
	width:300px;
	padding-right:80px;
	padding-top:30px;
	color:#222222;
}
#footer {
    text-align:center;
	height:60px;
}
	 
	 
	 
	 
	 
	 
	 
	 
