/* --------------------
          RESET
------------------------ */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* --------------------
      RESET ENDS
------------------------ */

/* --------------------
    COMMON ELEMENTS
------------------------ */

body {
background: #111;
color: #bbb;
font-family: Calibri, Verdana, Arial, sanserif;
font-size: 12px;
line-height: 18px;
}

p {
padding-bottom: 18px;
}

h1 {
}

h2 {
}

h3 {
font-size: 12px; 
line-height: 18px; 
text-transform: uppercase;
font-weight: bold;
}

a {
font-weight: bold;
color: #FFF;
text-decoration: none;
}

   a:visited {
   color: #aaa;
   }


/* --------------------
  COMMON ELEMENTS ENDS
------------------------ */


/* --------------------
    SPECIFIC STUFF
------------------------ */

#wrapper {
width: 960px;
margin-left: auto;
margin-right: auto;
}

#logo {
width: 80px;
float: left;
margin-top: 18px;
}

#sidebar {
width: 204px;
float: left;
margin: 0 18px 18px 0;
padding: 18px 36px 0 0;
}



#content {
width: 620px;
float: right;
}
  #content img {
  margin-bottom: 18px;
  }

  #content span{
  display: block;
  color: #BBB;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  margin: 6px 0;
  }


#footer {
border-top: 1px solid #BBB;
clear: both;
height: 72px;
}

  #footer img {
  padding: 18px 0 18px 500px;
  left: 336px;
  top: 18px;
  }

/* --------------------
  SPECIFIC STUFF ENDS
------------------------ */


/* --------------------
         SLIMBOX
------------------------ */
.smd_slimbox {
	float:left;
	width:600px;
	margin:1em 0;
	clear:both;
	list-style:none;
}
.smd_slimbox li {
	width:150px;
	height:150px;
	float:left;
	margin:1em auto;
	text-align:center;
}
.smd_slimbox img {
	margin:0 auto;
}
.smd_slimbox span {
	float:left;
	width:140px;
	padding:2px 0 0 5px;
}
li.smd_slimbox_nav {
	clear:both;
	width:500px;
	padding:20px;
}
.smd_slimbox_prev {
	float:left;
}
.smd_slimbox_next {
	float:right;
}