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

* {
	margin: 0;
	padding: 0;
}

body {
	width:800px;
	margin: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	font-size:12px;
}
#tabs {
	float:right;
	width:100%;
	background:#dcdcdc;
	font-size:1.1em;
	border-bottom:1px solid #E276A7;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
}
#tabs a {
	float:right;
	background:url("images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:right;
	display:block;
	background:url("images/tabright.gif") no-repeat right top;
	padding:9px 12px 6px 6px;
	color:#333;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#591333;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}

#content {
	width: 740px;
	margin: 0 auto;
}

#sidebar {
	float: left;
	width: 240px;
	margin:40px 0 0 -25px;
}
#sidebar a {
	text-decoration: none;
	color: #666;
}

#sidebar a:hover {
	text-decoration: underline;
}

.box {
	margin-bottom: 20px;
}

.box ul {
	margin: 0 0 0 0.5em;
	list-style: none;
	padding: 15px;
}
.box li {
	text-align:left;
	margin-bottom: 0.2em;
	text-transform: uppercase;
	font-weight:bold;
	color:#666;
}
.box ul li img {
	border:0;
}

.box .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 25px;
	margin: 0;
	padding: 4px 0 0 15px;
	background: url(images/img05.gif) no-repeat;
	font-size: 1.5em;
	color: #BB1C1C;
}
#main {
	float: right;
	width: 500px;
	margin:0 0 20px 0;
}
#main a {
	color:#E276A7;
	text-decoration:none;
	}
#main a:hover {
	color:#E276A7;
	text-decoration:underline;
	}
h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	margin: 0 0 0.2em 0;
	font-size: 1.7em;
	font-weight: normal;
}
ul {
	margin:0 0 1em 3em;
}
ul li {
	padding:0 0 0.5em 0;
}
p {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}
#contact p{
line-height:2em;
margin:0;
}

.subtitle {
	margin-bottom: .1em;
	font-size: 1.4em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;

}


img {
	border-bottom: 1px solid #666;
}


/* Header > Logo */

#logo {
	float: left;
	width: 240px;
	height: 50px;
}

#logo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}

#footer {
	clear: both;
	padding: 3px 0 3px 0;
	border-top: 1px solid #e78bb5;
	background: #dcdcdc;
}

#footer p {
	margin: 0 auto;
	text-align: center;
	font-size: 1.1em;
	color: #fff;
}

#footer a {
	text-decoration: underline;
	color: #fff;
}

#footer a:hover {
	font-style:italic;
	color:#E276A7;
}


	
	
	
	
	


