/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html, #wrap {
}
#wrap {
width: 758px;
margin: 0 auto;
}

#footer {
clear: both;
padding: 10px 0 20px 0;
text-align: center;}

#header {
padding: 0 1px;
overflow:hidden;
background-color:#FFF;
}

body, html {
background-color: #611b74;
}

#footer {
background-image: url(/img/basic/wrap_bg.gif);
background-repeat: repeat;
background-position: left top;
}

#main {
background-image: url(/img/basic/column_right.gif);
background-repeat: repeat-y;
background-position: left top;
}

/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {
clear: both;
}

#content {
width: 540px;
float: left;
padding: 15px 15px;
}
#sub-section {
width: 150px;
float: right;
padding: 15px 10px;
}
/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {width: auto;display: block;float: none;}

/* Pages without columns
-------------------------*/
html.nocol #main,
body.listing #main,
body.detail #main,
body#staff #main,
body.dynamic #main {
background-image: none;
background-color:#FFFFFF;
}
