/* General and header */

* {
	margin: 0;
	padding: 0;
	font-family:georgia;
	color:#828787;
	}

html {

	}

body {
	background:url("images/workbg3.jpg") top center;	
	background-repeat: no-repeat;
	}


h1 {
   	text-align:center;
	height: 20pt;
	background-color:#CED7D7;
	filter:alpha(opacity=65);-moz-opacity:.65;opacity:.65;
	background-repeat:repeat-x;
	margin: 0 auto;	
	font-size:12pt;
	word-spacing:18pt;
	color:#fff;
	padding-top:5px;
	font-family:georgia;
	}

h1 a {
	font-size:12pt;
	width:850px;
	color:#fff;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:15px;
	text-decoration:none;
	font-family:georgia; 
	text-align:center;
	
	}

h1 a:hover
	{
	color:#ffffff;
	background: url("images/over.png") no-repeat top center;
	background-position: 0px -5px;
	}



p {
padding-bottom:18px;
}
	
	
#canvas {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width: 850px;
	margin-bottom: 0px;
	margin-top:40px;
	}
	
#content {
	position:relative;
	width:70%;
	font-size: 13px;
	line-height:21px;
	background-image:url(images/divbg.gif);
	background-repeat:repeat-y;
	background-color:transparent;
	float:right;
	padding-left:20px;
	margin-bottom:20px;
	text-align:justify;
	}
	
#content a {
	text-decoration: none;
	color: #509890;
	}
	
#content a:hover {
	color: #D3144B;
	border-bottom: 2px solid #C9E3E0;
	}
	
#content h1 {
	font-family:Georgia;
	color:#FFDE00;
	font-size:1.8em;
	letter-spacing:-2px;
	}

#content table {
	font-family:Georgia;
	color:#FFDE00;
	font-size:12px;
	}

#content ul{
	padding-bottom:18px;
	padding-left:45px;
	padding-right:35px;;
	list-style-type: circle
	}

#entry blockquote {
	background: #F3F7F8;
	filter:alpha(opacity=65);-moz-opacity:.65;opacity:.65;
	font-family: georgia;
	font-size: 18px;
	font-style: italic;
	color:#78999E;
	padding:10px;
	margin:0px;
	text-align:center;
	line-height: 160%;
	}
	
#entry img {
	background: #F3F7F8;
	color:#78999E;
	padding:8px;
	line-height: 160%;
	
	}
	
/*-------------Sidebar ONE*/	
	
#sidebar {
	position:left;
	width:190px;
	background-color:transparent;
	padding-right:10px;
	padding-left:35px;
	float:left;
	font-size: 15px;
	line-height:16px;
	text-align:right;
	line-height:160%;
	}

#sidebar a {
	display:block;
	text-decoration: none;
	color: #AEBCBF;
	text-align:right;
	line-height:160%;
	height:25px;
	}
	
#sidebar a:hover {
	display:block;
	color:#6A8288;
	background:#ECF4F4;
	}

#sidebar span {
	display:block;
	color:#fff;
	background:#DE2D61;
	}
	
/* Footer */


