@import url(reset.css);

body {
    font: 12px Arial, sans-serif;
}
.clear {
    clear: both;
}
#wrapper {
    margin: 0 auto;
    width: 915px;
}
#top {
    padding-right: 7px;
    height: 33px;
}
#top .container {
    height: 33px;
    float: right;
    margin-left: 10px;
    background: url(../images/container-background.gif);
}
#top .container .content {
    height: 27px;
    padding: 6px 5px 0 3px;
    text-align: center;
    background: url(../images/container-background.gif);
}
#top .container .left {
    background: url(../images/container-left.gif);
    width: 15px;
    height: 33px;
    float: left;
}
#top .container .right {
    background: url(../images/container-right.gif);
    width: 15px;
    height: 33px;
    float: right;
}
#top .container a {
    color: #848484;
    text-decoration: none;
    font-weight: normal;
}
#top .container a img {
    vertical-align: middle;
    margin-right: 2px;
    position: relative;
    top: -1px;
}
#navigation .logo {
    float: left;
    width: 205px;
}
#navigation {
    padding-left: 10px;
    margin-top: 3px;
    margin-bottom: 5px;
}
#navigation ul {
    width: 650px;
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
	margin-right: -30px;
}
#navigation li {
    float: left;
}
#navigation li a {
    padding-top: 13px;
    font-size: 12px;
    font-weight: normal;
    color: #6d6d6d;
    display: block;
    margin-top: 5px;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 15px;
}
#navigation li a:hover {
    color: #CC3366;
}
#bottom {
    padding: 0 0 0 11px;
    background: url(../images/bottom-background.gif) no-repeat;
}
#bottom.index {
	padding: 5px;
	background: none;
}
#bottom a, #content.index .services a {
    float: left;
    height: 174px;
    margin-left: 7px;
}
#bottom.index p {
    color: #a1a1a1;
    padding: 0;
    text-align: right;
    font-size: 10px;
}
#bottom p {
    color: #a1a1a1;
    padding: 15px 10px;
    text-align: right;
    font-size: 10px;
}
#content.index {
	background: url(../images/background.png) repeat-y;
	position: relative;
}
#content.index .top {
    background: none;
    height: auto;
	position: absolute;
	right: 23px;
	top: 15px;
	color: #6e6e6e;
	font: 20px "Arial Narrow", Arial, Helvetica, sans-serif;
}
#content.index .bottom {
    background: url(../images/bottom.png) no-repeat;
    height: 15px;
}
#content.index .main {
    background: url(../images/home-background.jpg) no-repeat center top;
	padding: 70px 50px 20px 330px;
}
#content .top {
    background: url(../images/content-top2.png) no-repeat;
    height: 18px;
}
#content.index .main h1 {
	color: #e04692;
	font: 48px "Arial Narrow", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 15px;
}
#content.index .main h2 {
	color: #d91a79;
	font-size: 14px;
	text-transform: uppercase;
	margin: 12px 0 0;
	letter-spacing: -1px;
}
#content.index .main p {
	margin: 12px 0 0;
	color: #777;
	font-size: 14px;
	letter-spacing: -1px;
}
#content .bottom {
    background: url(../images/content-bottom.gif) no-repeat;
    height: 22px;
}
#content .main {
    background: url(../images/content-background2.png) no-repeat;
    padding: 10px 35px 1px;
    z-index: 100;
}
#content .main .left {
    float: left;
    width: 255px;
    padding-top: 5px;
}
#content .main .left img {
    border: 1px solid #d6d6d6;
}
#content .main .left p {
    margin-top: 20px;
    padding: 6px 10px;
    background: #969696;
    font-weight: bold;
    color: #fff;
}
#content .main .right {
    margin-left: 280px;
}
#content .main h1 {
    color: #FF3399;
    font-weight: normal;
    font-size: 26px;
    margin-bottom: 17px;
}
#content .main h2 {
    color: #a1a1a1;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 17px;
}
#content .main .right p {
    color: #4c4c4c;
    margin-bottom: 17px;
}
#content .main table {
    color: #8a8a8a;
    margin-bottom: 17px;
}
#content.gallery h1 {
    margin-bottom: 5px;
}
#content.gallery a.thumb {
    margin-left: 48px;
    margin-bottom: 25px;
    width: 130px;
    float: left;
}
#content.gallery a.thumb.first {
    margin-left: 0;
}
#content.gallery a.thumb img {
    border: 1px solid #e6e6e6;
}
#content h1.alt {
	padding-bottom: 5px;
	border-bottom: 1px solid #e8e7e7;
}
#content .post {
	margin: 15px 0 0;
	padding-bottom: 10px;
	border-bottom: 2px dashed #c0babc;
}
#content .post h3 {
	color: #544f53;
	font-size: 14px;
	margin: 5px 0 0;
	padding: 0;
	letter-spacing: -1px;
}
#content .post p {
	margin: 15px 0 0;
	padding: 0
}
#content .post h2 {
	color: #e20072;
	font-size: 26px;
	margin: 8px 0 0;
	padding: 0;
	letter-spacing: -1px;
}
#content .post a.more {
	float: right;
	margin-top: -20px;
}
#content .post .date {
	float: left;
	width: 56px;
	height: 56px;
	background: url(../images/date.png) no-repeat;
	font-size: 26px;
	color: #fff;
	text-align: center;
	margin-right: 5px;
	line-height: 18px;
	padding-top: 10px;
}
#content .post .date span {
	font-size: 12px;
	display: block;
}
#content .post.alt {
	padding-bottom: 0;
	border: none;
}
#content.gallery a.thumb2 {
    margin-bottom: 5px;
    width: 289px;
    float: left;
}
