body {
	background-image : url(img/bg.jpg);
	background-repeat : repeat;
	font-size : 11px;
	font-family : Times New Roman;
	line-height : 26px;
	letter-spacing : 2px;
	color : #000;
	cursor : default;
	overflow-x: hidden;
  	margin:0px;
}

a:link, a:visited, a:active {
	color : #e17ca4;
	font-family : Franklin Gothic Medium, sans-serif;
	letter-spacing : 1px;
	font-size : 12px;
  	text-decoration : none;
	text-transform : uppercase;
	cursor : default;
	font-weight : lighter;
  	padding: 0px 2px 0px 2px;
  	background: rgba(255,255,255,0.5);
  	-moz-border-radius-topright: 8px;
  	-moz-border-radius-bottomleft: 8px;
  	-webkit-border-radius-topright: 8px;
  	-webkit-border-radius-bottomleft: 8px;
  	border: 0px;
  	padding: 0px 2px 0px 2px;
  	vertical-align:center;
  	line-height:12px;
	margin:0px;
}

a:hover {
	color : #000;
  	background: rgba(160,160,160,0.6);
}

a.nav:link, a.nav:visited, a.nav:active {
	background: url(img/link_normal_bg.png) no-repeat left;
	color : #007a62;
	letter-spacing: 0px;
	display : block;
  	height:12px;
  	font-family: courier new;
  	text-transform:lowercase;
  	font-size:11px;
  	width: 100px;
  	background: rgba(160,160,160,0.2);
  	-moz-border-radius-topright: 8px;
  	-moz-border-radius-bottomleft: 8px;
  	-webkit-border-radius-topright: 8px;
  	-webkit-border-radius-bottomleft: 8px;
  	border: 0px;
  	padding: 0px 0px 0px 5px;
  	vertical-align:center;
  	line-height:12px;
	margin:2px 0px 2px 0px;
}

a.nav:hover {
	color : #C2E8DE;
  	background: rgba(0,122,98,0.6);
  	width: 150px;
  	margin-left: -10px;
}

a.c:link, a.c:visited, a.c:active {
	color: #000;
  	font-family: Georgia;
  	font-size: 9px;
  	padding: 0px 5px 1px 10px;
  	background-image: url(img/comment.png);
  	background-color: transparent;
}

a.c:hover {
  color: #aaa;
}

h1 {
	color : #000;
	font-family : Arial Narrow, sans-serif;
	font-size : 20px;
	width : 4614px;
	height : 51px;
  	padding: 13px 3px 10px 35px;
	text-align : left;
	font-weight : normal;
  	font-style: italic;
  	margin-bottom: -20px;
	text-transform : uppercase;
	background-image : url(img/h1.png); 
  	background-repeat: no-repeat;
}

b,strong {
	color: #E22300;
	font-family: Arial Narrow;
}

i,em {
	color:#E77474;
	font-family: Century Gothic;
	letter-spacing:0px;
	font-size:10px;
}

u {
	color:#03C69F; 
	font-family: Franklin Gothic Medium; 
	text-decoration: none; 
	border-bottom: 1px dashed #007A62;
}

::-moz-selection {
	background: #727272;
	color: #fff;
}

blockquote {
	background: url(img/q-bg-topleft.gif) no-repeat;
	font-family: Arial;
	font-size: 10px;
	font-style: italic;
	line-height:15px;
	padding: 15 0 15 0px;
  	padding-left: 38px;
	color: #908f8a;
  	margin-left: 0px;
	text-align:left;
}

img {
	border : 0;
	margin : 0;
	padding : 0;
}

div.article {
  	-moz-column-width: 13em;
  	-webkit-column-width: 13em;
  	-moz-column-gap: 2em;
  	-webkit-column-gap: 2em;
   	text-align: justify;
}
             
#content {
	width: 414px !important;
	padding: 0;
  	text-align: left;
  	z-index: 99;
  	margin-left: 400px;
  	margin-top:0px;
}

#left {
  	position: absolute;
  	width: 390px;
  	left: 0px;
  	padding:0px;
  	margin-left: 10px;
  	margin-top: -15px;
}

#nav {
	margin-left:98px;
	margin-top: 10px;
}

#footer {
  	margin-top:5px;
  	background: rgba(3, 198, 159, 0.2);
  	-moz-border-radius-topright: 10px;
  	-moz-border-radius-bottomleft: 10px;
  	-webkit-border-radius-topright: 10px;
  	-webkit-border-radius-bottomleft: 10px;
  	border: 0px;
  	padding: 0px 0px 0px 5px;
  	width:414px;
  	font-family: Arial;
  	text-transform: uppercase;
  	font-size: 9px;
  	letter-spacing: 1px;
  	color: #007a62;
}