/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F49500;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
        display: inline
}

h3 {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}


h4 {
	letter-spacing: 2px;
	font-size: 10px;
        float: right;
	padding: 0px 20px 0 0;
	color: #CC9900;
}

.emphasis {
 color: navy;
 font-weight: bolder;
}


p, blockquote, ul, ol {
	line-height: 16px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

a {
	color: #6600FF;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: url(images/img02.jpg);
}

#header h1, #header h2 {
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}

/* Menu */

#menu {
	width: 760px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 17px 20px 0 20px;
	background: url(images/img03.gif) no-repeat;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #D8D8D8;
}

#menu a:hover {
	color: #FFFFFF;
}

#menu .first a {
	background: none;
}

/* Content */

#content {
	width: 720px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(images/img04.jpg) repeat-x left bottom;
}

/* Posts */

#posts {
	float: left;
	width: 480px;
}


/* Rightside */

#rightside {
	float: right;
	width: 200px;
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}


#rightside p {
	line-height: 4px;
        padding-left: 20px;
	text-align: justify;
}

#rightside h2 {
	font-size: 14px;
}
#rightside h3 {
	font-size: 9px;
        text-align: right;
        color: #666666;
}


#rightside h4 {
        
	background: url(images/img06.gif) repeat-x left bottom;
}








/* Left Column */
#leftcol {
	float: left;
	width: 720px;
	margin: 0 auto 20px auto;
	padding: 20px;
	background: #FFFFFF url(images/img04.jpg) repeat-x left bottom;
}



/* Right Column */

#rightcol {
	float: right;
	width: 340px;
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}






/* Links */

#links {
	float: right;
	width: 200px;
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	padding: 5px 0 30px 0;
}

#links li li {
	padding: 7px 10px;
	background: url(images/img06.gif) repeat-x left bottom;
}

#links li a {
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}

/* Footer */

#footer {
	height: 100px;
	padding: 20px;
	background: #2D2D2D url(images/img07.gif) repeat-x;
}

#footer p {
	text-align: center;
	color: #999999;
}

/*Form code (sj)*/

label
{

margin-right: 0.4em;
}


input, textarea
{
margin-top: 0.5em;
font-size: small;
margin-left: 1.5em;
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}



.submit input
{
width: 5em;
margin-left: 2.5em;
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
}


fieldset
{
margin-left: 5em;
border: 1px solid #781351;
width: 35em;
}

fieldset p
{
margin-bottom: 1em;
margin-top: 1em;
}

legend
{
color: black;
background: #ffa20c;
border: 1px solid #781351;
padding: 2px 6px
}

