* {
	margin: 0;
	padding: 0;
}

body {
	color: #313131;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin-bottom: 0.5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 125%;
	font-size: 107%;
}

blockquote {
	margin-left: 2em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/img07.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #ea4598;
}

a:hover {
	text-decoration: none;
	color: #772a8a;
}


/* Logo */

#logo {
	width: 900px;
	height: 210px;
	background-image: url(images/home_banner.jpg);
	margin-right: auto;
	margin-left: auto;
}



#logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	text-align: right;
	letter-spacing: -1px;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 900px;
	background: url(images/img03.gif) repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Content */

#content {
	float: left;
	width: 520px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 50px;
}

#welcome {
	margin-bottom: 10px;
	background: url(images/img04.gif) repeat-x left bottom;
	width: 540px;
	padding-bottom: 1px;
}

.floating-box {
	float: left;
	width: 225px;
	padding-right: 10px;
}

.large-box {
	float: left;
	width: 300px;
	padding-top: 10px;
	padding-right: 20px;	
}

.large-box img {
	border: 2px solid #782b8b;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	background: url(images/img07.gif) no-repeat left center;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 125%;
	font-size: 92%;
}

.floating-box img {
	border: 2px solid #782b8b;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
	padding: 20px;
}

#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	border-left: 5px solid #e94496;
}

#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}

#links {
}

#links ul {
	background: url(images/img04.gif) repeat-x left bottom;
}

#links li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x left top;
}

#links a {
	padding-left: 1em;
	background: url(images/img08.gif) no-repeat left center;
	color: #772a8a;
}

/* Footer */

#footer {
	height: 50px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#footer .wrapper {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer .links {
	float: left;
	width: 440px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #FFFFFF;
	border-left: 20px solid #772a8a;
	font-size: 85%;
}

#footer .legal {
	float: right;
	width: 260px;
	height: 34px;
	background: #772a8a;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
