* {
	margin: 0px;
	padding: 0px;	
}
body {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    background-image: url(../img/background.jpg);
    background-position: center 59px;
    background-repeat: repeat-x;
    font-family: tahoma;       
    color: black;
    }
img {
	border: 0px;
}

h1 {
	
	font-size: 1.3em;
	color: #08b0e1;	
	font-weight: 100;
	margin: 10px 10px 10px 25px;
}

h2 {
	
	font-size: 1.0em;
	color: #08b0e1;	
	font-weight: 100;
	margin: 10px 10px 10px 25px;
}

h3 {
	
	font-size: 1.0em;
	color: #08b0e1;	
	font-weight: 100;
	margin: 10px 10px 10px 25px;
}


p {
	
	font-size: 0.8em;
	color: #707070;
	margin: 10px 10px 10px 25px;
	line-height: 1.45em;	
	
}

a {
	color: #5eca10;	
}

hr {
	border: 0px;
        color: #5eca10;
	background-color: #5eca10;
	height: 1px;
	margin: 10px 0px 10px 20px;
}
    

#main {
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	clear: both;
	 background-image: url(../img/main-background.gif);
	 background-position: center -20px;
	 background-repeat: repeat-y;

}

#header {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
#right-header {
	float: right;
}

#header h2 {
	
	color: #08b0e1;
	font-weight: 100;
	margin: 20px 0px 0px 0px;
	padding: 0;
	font-size: 1.4em;
}


#header p {
	clear: both;
	text-align: right;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

#header a {
	color: #c0c0c0;
	text-decoration: none;
	
}


#logo {
	float: left;
}

#menu {
	 display: none;
	
}




#content {
	
	width: 760px;
	margin-left: 32px;		
}

#content-main {
	width: 550px;
	float: left;
	padding: 15px 0px 0px 0px;
}

#right-column {
	width: 208px;
	float: right;
	padding: 15px 0px 0px 0px;
	
}

#right-column h2 {
	margin: 10px 10px 10px 15px;
}

#right-column ul {
	
	font-size: 0.8em;
	color: #707070;
	margin: 10px 10px 10px 20px;
	line-height: 1.75em;	
	
}

#content ul, ol {
	
	font-size: 0.8em;
	color: #707070;
	margin: 10px 10px 10px 40px;
	line-height: 1.75em;	
	
}

#right-column li {
	
	background-image: url(../img/li.gif); 
	background-position: left 8px;
	background-repeat: no-repeat;	
	list-style-type:none;
	padding: 0px 0px 0px 15px;
	color: #08b0e1;	
}

#content li {
	
	background-image: url(../img/li.gif); 
	background-position: left 8px;
	background-repeat: no-repeat;	
	list-style-type:none;
	padding: 0px 0px 0px 15px;
	color: #08b0e1;	
}


#footer {

	display: none;	
}


.text-box {
	border: solid 1px #86d8f0;
	background-color: #f3f4f4;
	padding: 12px;
	
}

.content-img {
	
	margin: 5px 25px 0px 25px;
}

.quotes {
	color: #08b0e1;
	font-style: italic;
	padding: 10px 10px 10px 13px ;
	margin: 0px;	
}

.r-image {
	margin-left: 13px;	
}

#content-main .quotes {
	color: #08b0e1;
	font-style: italic;
	width: 250px; 
	float: right;
	font-weight: bold;
}



