/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* Elements */

body {
	margin: 0;
	padding: 0;
	background: #F1EDFF url(percol3.jpg) no-repeat;
        background-position: top left;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:3; /* 80%; *0.875em; /* 16x.875=14 */
	color: #444444;
}

h1 {
}

h2, h3 {
	margin-top: 0;
}

h4, h5, h6 {
}

p, ol, ul, dl, blockquote {
}

a {
	color: #3072FF;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	height: 160px;
	margin: 0 50px;
}

#header * {
	text-decoration: none;
	color: #FF4430;
}

/* Logo */

#logo {
	float: left;
	padding-top: 110px;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 0;
	letter-spacing: -2px;
	font-size: 2em;
}

#logo h2 {
	float: left;
	margin: 0;
	padding: 0 0 0 .5em;
	font-size: 1.2em;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 135px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0 1em;
	border-left: 1px solid #FF4430;
        font-size: 1em;

        }

#menu a:hover {
}

#menu .first a {
	border: none;
}

/* Content */

#content {
	padding: 20px;
	background: #FFFFFF url(img5.gif) repeat-x;
}

#colOne {
	float: left;
	width: 20%;
}

#colTwo {
	float: left;
	width: 70%;
	padding: 0 0 0 2em;
}

#colTwo h2 {
	margin-bottom: .3em;
	font-size: 2em;
}

#colThree {
	float: right;
	width: 30%;
}

/* Footer */

#footer {
	padding-top: 3px;
        padding-bottom: 67px;
	background: url(percol2.jpg) no-repeat;
        background-position: bottom right;
}

#footer p {
	
margin: 0;
	text-align: center;
}

/* Boxed */

.boxed h2 {
	margin: 0;
	padding: 10px 0 3px 10px;
	background: #CADAFF url(img2.gif) no-repeat;
	font-size: 1.3em;
	color: #FFFFFF;
}

.boxed h3 {
	margin: 0;
	font-size: 1em;
}

.boxed p, .boxed ul {
	margin-top: 0;
}

.boxed ul  {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
	color: #666666;
}

.boxed-content {
	padding: 10px;
	background: #EAF0FF;
	border-left: 2px solid #CADAFF;
        

}

/* Error-message */

.error-message p {
    text-decoration: none;
    color: #FF4430;
}