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

/* 

Designed for Buyer's Choice by John Shephard 2009

Primary Color: 
background: #010f32

*/

html {

background: url(../images/bg.jpg) repeat-x;
background-color: #010f32; 
}

body {

font-size: 100%;
font-family: Geneva, Arial, Helvetica, sans-serif;
line-height: 1.6em;
text-align: left;
color: #FFFFFF;
}

ul, li, img, body, html {

margin: 10; padding: 0;
}

a {

text-decoration: none;
color: #CCCCCC;
}

a:hover {

text-decoration: underline;
}

a img {

border: none;
vertical-align: bottom;
margin: 0px;
padding: none;
}

h1 {

font-size: 150%;
color: #CCCCCC;

}

/* Table Properties Begin */


#TableMain {

font-size: 120%;
font-family: Geneva, Arial, Helvetica, sans-serif;
text-align: center;
}

/* Table Properties End */

#container {
width: 1000px;
margin: auto;
background: #010f32;

}

#header {
background: url(../images/Banner.jpg) no-repeat;
overflow: hidden;

}

/* NavBar */

#NavBar {
width: 1000px;
height: 40px;

}


/* Main */

#main {
width: 1000px;
height: auto;
background-color: #010f32;

}