@CHARSET "UTF-8";

/* ----------------------------------------------------------------- 
// Normalize elements
-------------------------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
input, p, blockquote, th, td, img, a
{
	margin: 0;
	padding: 0;	
}

h1, h2, h3, h4, h5, h6
{
	font-size: 100%;
}

ol, ul
{
	list-style-type: none;
}

address, caption, cite, code, dfn, em, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img
{
	border: none;
}

caption, th
{
	text-align: left;	
}

q:before, q:after
{
	content: '';
}

.clearfloat
{
  clear: both;
  font-size: 1px;
  height: 0;
  line-height: 1px;
  margin: 0;
  padding: 0;
}

a img
{
  border: none;
}


/* ----------------------------------------------------------------- 
// site styles
-------------------------------------------------------------------- */

body
{
  background-color: rgb(51, 51, 51);
  overflow-y: scroll;
  background: url("/media/static/layout/background.jpg") repeat;
}

p
{
  margin-bottom: 15px;
}

a
{
  color: rgb(184,198,203);	
}

h1, h2
{
  margin-bottom: 20px;		
}

#site
{
  width: 908px;
  height: auto;
  
  padding: 0 66px;
  
  margin: 30px auto 50px auto;
  position: relative;
	
  overflow: hidden;
	
  color: rgb(184,198,203);
  font-size: 12px; 
	
  font-family: Verdana;
}

#site-inner
{
  position: relative;
  width: 775px;
  
  overflow: hidden;
}

#breadcrumbs
{
  height: 25px;
  min-height: 25px;	
}

#breadcrumbs-inner
{
  position: absolute;
  right: 5px;
  font-weight: bold;
}

#breadcrumbs-inner a
{
  text-decoration: none;	
}


#main
{
  margin-bottom: 30px;
}

#mainnav
{
  float: left;
  width: 195px;
  line-height: 18px;
  overflow: hidden;
}

.mainnav-add
{
  float: left;
  width: 195px;
  line-height: 18px;
}

.nav-active
{
}

.nav-inactive
{
  display: none;
}

.subnav
{
  margin-left: 20px;		
		
}

#content
{
  float: right;
  width: 555px;

  padding: 0 0 0 15px;
  margin: 0;
  
  height: auto;
  min-height: 400px;
	
  border-left: 2px solid rgb(153,204,0);
}

.content-add
{
  float: right;
  width: 555px;
	
  padding-left: 15px;
  padding-right: 0;
  
  height: auto;
}

#footer
{
	font-size: 10px;
	text-align: center;
	border-top: 1px solid rgb(184,198,203);
	margin: 0 7px;
}

#imagebox
{
  margin: 0;
  padding: 0;
}

