body, html
{
	margin:0;
	padding:0;
	color:#000;
	background:#ffffff;
	font: normal normal normal 83%/1.2em 'Lucida Grande', Verdana, Helvetica, sans-serif;
	
}
a:link,a:visited,a:hover,a:active{text-decoration:none;color:#1b00d3;font-weight:normal;}
a:hover{text-decoration:underline;}

#wrap {
	width:950px;
	margin:0 auto;
	background:#fff;
}
#header
{
	height:180px;
	color:#ffffff;
	background:transparent url(../img/144-header.png) left top repeat;
}
#header h1{padding-left:180px;padding-top:45px;}
#header h1 a{color:#1b00d3; font-size: 35px; line-height: 34px; font-weight:normal; text-decoration:none;}
h1 {
	margin:0;
}
#nav {
	padding:5px 10px;
	background:#c99;
}
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
#nav li {
	display:inline;
	margin:0;
	padding:0;
}
#sidebar {
	float:left;
	width:180px;
	height:800px;
	padding:10px;
	padding-top:0px;
	background:#ffffff;
}
h2 {
	margin:0 0 1em;
}
#main {
	float:right;
	width:720px;
	padding:10px;
	background:#fff;
}

.search_form
{
	background:#dedede;
	margin:10px;
	margin-left:0px;
	margin-top:147px;
	height:70px;
	width:720px;
}

.search_form form
{
	padding-top:10px;
	padding-left:5px;
}

#results_count
{
	margin-left:0px;
	margin-top:10px;
}

#pagination
{
	margin-left:0px;
	margin-top:10px;
}

#footer {
	clear:both;
	padding:5px 10px;
	background:#cc9;
}
#footer p {
	margin:0;
}
* html #footer {
	height:1px;
}

#elevator
{
	padding-left:50px;
	padding-top:120px;
}

#sign-up-now-box
{
	width:100%;
	height: 80px;
	background-color:#dedede;
}

#sign-up-now-box p
{
	margin-left:10px;
}

a.button
{
	background:url(../img/button.gif);
	display:block;
	color:#555555;
	font-weight:bold;
	height:38px;
	line-height:29px;
	margin-bottom:14px;
	text-decoration:none;
	width:191px;
}
a:hover.button
{
	color:#0066CC;
}
.sign-up-now-button
{
	background:url(../img/sign-up-now.PNG) no-repeat 10px 8px;
	text-indent:30px;
	display:block;
	height:50px;
	margin-top:-10px;
}
a:hover .sign-up-now-button
{
	background:url(../img/sign-up-now-over.PNG) no-repeat 10px 8px;
}

#side-box
{
	width:100%;
	height: 450px;
	background-color:#dedede;
	margin-top: 20px;
	border: 1px solid #ccc;
	text-align:centre;
}

#side-box  p
{
	margin-left:10px;
}


#side-box form input
{
	margin-top:5px;
}

#side-box form 
{
	margin-left:10px;
	font-weight:bold;
}

#sign-in-box
{
	width:100%;
	height: 450px;
	background-color:#dedede;
	margin-top: 20px;
	border: 1px solid #ccc;
	text-align:centre;
}



#sign-in-box form input
{
	margin-top:5px;
}

#sign-in-box form 
{
	margin-left:10px;
	font-weight:bold;
}

#login-msg
{
	padding:10px;
}

#navigation-wrapper
{
	margin-top: -42px;
	position: relative;
}

#main-navigation
{
	margin: 0px 5px 0px 10px;
	width: 720px;
	list-style: none;
	outline: 0px;
	padding: 0px;
	display: block;
}

#main-navigation li
{
	background-color: rgb(28, 237, 255);
	border-color: rgb(8, 217, 235);

	border-style: solid none;
	border-width: 0px;
	height: 36px;
	margin: 6px 3px 0px 1px;
	display: block;
	float: left;
	font-weight: bold;
	position: relative;
	outline: 0px;
	padding: 0px;
}

#main-navigation li a
{
	font-size: 12px;
	font-weight: bold;
	padding: 11px;
	display: block;
	text-decoration: none;
}

.nav-selected a
{
	background-color: rgb(34, 9, 255);
	color: rgb(28, 237, 255);
}


#upload
{
	margin-top: 148px;
	padding-left: 40px;
	padding-top: 10px;
	border:Solid 1px #ccc;
	background-color: #dedede;
	height:440px;
}


#upload form fieldset
{
	font-weight:bold;
	margin-top:20px;
	padding:10px;
	width:500px;
	border: 1px solid #555;
}



#upload form p
{
	font-weight:normal;
	font-style:italic;
}




/* 
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/

table,td
{
	border               : 1px solid #CCC;
	border-collapse      : collapse;
	font                 : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
table
{
	min-width:400px;
	border                :none;
	border                :1px solid #CCC;
}
thead th,
tbody th
{
	background            : #FFF url(th_bck.gif) repeat-x;
	color                 : #1b00d3;  
	padding               : 5px 10px;
	border-left           : 1px solid #CCC;
}
tbody th
{
	background            : #fafafb;
	border-top            : 1px solid #CCC;
	text-align            : left;
	font-weight           : normal;
}
tbody tr td
{
	padding               : 5px 10px;
	color                 : #666;
}
tbody tr:hover
{
	background            : #FFF url(tr_bck.gif) repeat;
}

tbody tr:hover td
{
	color                 : #454545;
}
tfoot td,
tfoot th
{
	border-left           : none;
	border-top            : 1px solid #CCC;
	padding               : 4px;
	background            : #FFF url(foot_bck.gif) repeat;
	color                 : #666;
}
caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table a:link
{
	color                 : #666;
}
table a:visited
{
	color                 : #666;
}
table a:hover
{
	color                 : #003366;
	text-decoration       : none;
}
table a:active
{
	color                 : #003366;
}
