body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #666666;
	background-color: #ffffff;
	background-image: url(tick_tock/style/img10.jpg);
	background-repeat: repeat-x;
}

body, td {
	font-weight: normal;
	font-family: Tahoma, "Wrexham Script", Arial;
}

h1 {
	font-size: 16px;
	font-weight: normal;
	color: #7c2866;
}

h2 {
	font-size: 18px;
	color: #7c2866;
}


a {
	color: #7c2866;
}

a:hover {
	text-decoration: none;
	color: #9999FF;
}

/* Header */

#header {
	width: 760px;
	height: 162px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/micrositebanner.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/* Page */

#page {
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Content */

#content {
	float: right;
	width: 500px;
	padding: 10px;
	text-align: justify;
	white-space: normal;
}

.post {
	padding-top: 0;
	padding-right: 10;
	padding-bottom: 20px;
	padding-left: 0;
	float: right;
}
.entry {
	width: 495px;
	color: #573E54;
	font-size: 100%;
	line-height: 120%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: 5px;
}


.title {
	margin: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7c2866;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 190px;
	margin-bottom: 10px;
	color: #7c2866;
}
#sidebar h2 {
	font-size: 16px;
	font-weight: normal;
	color: #7c2866;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	color: #7c2866;
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	background: url(images/img02.gif) no-repeat 5px 50%;
}

#sidebar h2 {
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #7c2866;
	font-size: 18px;
	color: #7c2866;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	color: #6600cc;

}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: smaller;
	color: #7c2866;
	background-color: #B1A0C4;
	background-image: none;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.descr
{
margin: 0px;
padding: 5px;
}

#footer p
{
margin: 0px;
padding: 0px;
}

#menu {
	clear: both;
	padding: 0;
	height: 30px;
	width: 758px;
	background-color: #B1A0C4;
	background-image: none;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "trebuchet MS", Arial, Tahoma, Sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
}
#menu ul {
	float: left;
	list-style: none;
	margin:0; padding: 0 0 0 20px;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 12px;
	color: #fff;	
	text-decoration: none;
	background: url(sep.jpg) no-repeat 100% 100%;
}
#menu ul li a:hover {
	color: #7f2e68;	
}
#menu ul li#current a {	
	color: #7F2E68;
}
