* {
	margin: 0;
	padding: 0;
}

body {
	background: #FDE4EF url(images/img01.jpg) repeat-x;
	font: normal 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #835F6E;
}

h1, h2, h3 {
	color: #A70B41;
}

h3 {
	font-size: 14px;
}

a {
	color: #A70B41;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Lists */

.list1 {
	list-style: none;
}

.list1 li {
	display: inline;
}

.list1 a {
	display: block;
	padding: 3px 5px;
	background: url(images/img10.gif) repeat-x left bottom;
	text-decoration: none;
}

.list1 a:hover {
	background-color: #F9CDE2;
	text-decoration: underline;
}

.list2 {
	list-style: none;
}

.list2 li {
	display: block;
	float: left;
	width: 30%;
	margin-bottom: 5px;
}

.list2 a {
	text-decoration: none;
	text-transform: lowercase;
}

.list2 a:hover {
	text-decoration: underline;
}

.list3 {
	list-style: none;
}

.list3 li {
	display: block;
	float: left;
	padding: 0 10px 10px 0;
}

/* Boxeds */

.boxed1 {
	margin-bottom: 20px;
	padding: 15px 30px;
	background: url(images/img11.jpg) no-repeat center top;
}

.boxed1 .title {
	padding-bottom: 5px;
	background: url(images/img10.gif) repeat-x left bottom;
}

.boxed1 .content {
	padding: 10px 15px;
}

/* Top Menu */

#topmenu {
	width: 766px;
	height: 47px;
	margin: 0 auto;
	padding: 18px 0 0 0;
}

#topmenu ul {
	margin: 0;
	list-style: none;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	display: block;
	float: right;
	padding: 0 10px 0 12px;
	background: url(images/img02.gif) no-repeat left center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}

#topmenu a:hover {
	text-decoration: underline;
}

#topmenu1 a {
	float: left;
	padding-left: 0;
	background: none;
}

#topmenu6 a {
	background: none;
}

/* Header */

#header {
	width: 766px;
	height: 190px;
	margin: 0 auto;
}

#logo {
	float: left;
	width: 426px;
	height: 190px;
}

#ad1 {
	float: left;
	width: 150px;
	height: 170px;
	padding: 20px 0 0 20px;
	background: url(images/img04.jpg) no-repeat;
}

#ad2 {
	float: left;
	width: 140px;
	height: 170px;
	padding: 20px 0 0 30px;
	background: url(images/img05.jpg) no-repeat;
}

/* Content */

#content {
	width: 766px;
	margin: 0 auto;
}

/* Content > Left Column */

#left {
	float: left;
	width: 120px;
	padding: 25px 30px 0 20px;
	background: url(images/img07.jpg) no-repeat;
}

#left .title {
	margin-bottom: 10px;
}

#left .content {
}

#left .list1 {
	margin-bottom: 20px;
}

/* Content > Center Column */

#center {
	float: left;
	width: 426px;
	background: url(images/img09.jpg) repeat-x;
}

/* Content > Center Column > Posts */

#posts {
}

#posts .title {
	background: url(images/spacer.gif);
}

#posts .subtitle {
	margin-bottom: 10px;
	margin-left: 118px;
	padding-bottom: 5px;
	background: url(images/img10.gif) repeat-x left bottom;
	text-transform: lowercase;
	font-size: 11px;
	font-weight: normal;
	color: #835F6E;
}

#posts .img-left {
	float: left;
	margin: -30px 15px 0 0;
}

/* Content > Center Column > Links Categories */

#links-categories ul {
	list-style: none;
}

/* Content > Center Column > Gallery */

#gallery .pages {
	text-align: right;
}

/* Content > Right Column */

#right {
	float: left;
	width: 120px;
	padding: 25px 20px 0 30px;
	background: url(images/img08.jpg) no-repeat;
}

#right .title {
	margin-bottom: 10px;
}

#right .content {
}

#right .list1 {
	margin-bottom: 20px;
}

