* {
	margin                  : 0;
	padding                 : 0;
  text-decoration         : none;
  font-family             : "Verdana","Trebuchet MS","Sans-Serif";
}

html {
  height                  : 100%;
}

body {
	background              : url(img/bg.jpg);
}

h1 {
  font-size               : 15px;
}

h2 {
  font-size               : 1.1em;
}

h3 {
  font-size               : 1.0em;
}

h1, h2, h3 {
  font-family             : "Verdana","Trebuchet MS","Sans-Serif";
}

a {
  color                   : #8499CE;
  font-size               : 13px;
  font-weight             : bold;
}

blockquote {
	background              : #FFF;
  background-image        : url(img/bq-bg.jpg);
	border-bottom           : 1px solid #EEE;
	border-top              : 1px solid #EEE;
	color                   : #333;
	display                 : block;
	margin-bottom           : 1.2em;
	padding                 : 6px 12px;
  text-align              : justify;
}

blockquote p {
  padding                 : 3px 0;
}

/* misc */


#main_right .padded {padding: 10px;}


/* structure */
.container {
	font-size               : 1.2em;
	background              : url(img/bgcontainer.jpg) repeat-y;
	margin                  : 0 auto;
	width                   : 840px;
	border                  : 2px solid #fff;
  margin-top              : 30px;
  margin-bottom           : 30px;
}

/* header */
#header {
  padding                 : 0;
  border                  : 0;
	float                   : left;
	width                   : 640px;
  height                  : 150px;
	background              : url(img/header.jpg) no-repeat;
	text-indent             : -999999px;
}

/* structure */
.top {
	color                   : #DDD;
	float                   : left;
	font                    : normal 1.4em Verdana;
	height                  : 50px;
	text-align              : center;
	width                   : 639px;
}
#navigation {
	float                   : left;
	width                   : 126px;
  padding                 : 0 2px 0 2px;
}
  #navigation h1 {
    font-weight             : bold;
    line-height             : 30px;
    height                  : 30px;
    text-indent             : 25px;
    background              : url(img/li-h1.jpg);
    color                   : #FFF;
  }
  #navigation ul {
    margin                  : 0;
    padding                 : 0;
  }
  #navigation li {
    line-height             : 0;
    font-size               : 0;
  	list-style              : none;
    background              : url(img/li.jpg);
  }
  #navigation li:hover {
    background-image        : url(img/li-hover.jpg);
  }
  #navigation li a {
    font-size               : 13px;
    font-weight             : normal;
    text-indent             : 10px;
    line-height             : 25px;
    color                   : #333;
    height                  : 25px;
    display                 : block;
  }

#main {
	float                   : left;
  width                   : 510px;
  font-size               : 13px;
  /*padding                 : 0 5px 0 5px;*/
}
  #main h1,h2,h3 {
    overflow                : hidden;
    text-indent             : 10px;
    color                   : #fff;
    margin-bottom           : 10px;
    border-left             : 2px solid #3C6D9A;
    background              : #8499CE;
  }
  #main li {
    list-style-image        : url(img/li.gif);
  }

#main_right {
	float                   : right;
	width                   : 200px;
  border-top              : 2px solid #3C6D9A;
}
  #main_right h1,h2,h3 {
    overflow                : hidden;
    text-indent             : 10px;
    color                   : #fff;
    margin-bottom           : 10px;
    border-left             : 2px solid #3C6D9A;
    background              : #8499CE;
  }
  #main_right li {
    list-style-image        : url(img/li.gif);
  }
  #main_right li a {
    line-height             : 18px;
    display                 : block;
  }
  
#footer {
  background              : #3C6D9A;
	color                   : #CCC;
	line-height             : 30px;
	width                   : 100%;
	text-align              : center;
}
  #footer a {
    font                    : bold 11px "Trebuchet MS","Verdana","Sans-Serif";
    color                   : #FFF;
    line-height             : 30px;
    padding                 : 0 17px;
    display                 : block;
  }
#backlinks {
  background              : #3C6D9A;
  margin                  : 0 auto;
	width                   : 840px;
  border                  : 2px solid #FFF;
  text-align              : center;
  color                   : #FFF;
  font-size               : 0.7em;
  height                  : 65px;
  display                 : block;
  overflow                : hidden;
}
  #backlinks a {
    display                 : none;
    font                    : bold 11px "Trebuchet MS","Verdana","Sans-Serif";
    color                   : #FFF;
    line-height             : 30px;
    padding                 : 0 10px;
  }

.padded {
  padding                 : 10px 20px;
}
.padded ul {
  padding-left            : 20px;
}
.padded li {
  line-height             : 13px;
}
.meta {
  margin-bottom           : 5px;
  font-size               : 10px; 
  color                   : #666;
}
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}