/* Start of CMSMS style sheet 'Lovely' */
body {
	font-family: Times New Roman,Georgia,Times;
	font-size: 1em;
	font-style:italic;
	font-weight:bold;
	color: #db7093;
	text-align: left;
	margin: 0;
	padding: 0;
	background-image: url(images/cms/background.jpg);
	background-repeat: repeat;
}

a:link, a:visited, a:hover {
	border: none;
	color: #db7093;
	text-decoration: underline;
	font-style: italic;
	font-weight: bolder;
}

a:hover {
	color: #ffb6c1;
	font-style: italic;
	font-weight: bolder;
}

.container {
	width: 750px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
  clear:both;
}

.header {
	clear:both;
	margin-left: 50px;
}

.header-content{
	text-align:center;
}

.menu {
	clear:both;
	margin-left: 50px;
}

.menu-content{
	text-align:center;
}

.main{
	margin-top:30px;
	margin-left:130px;
	width: 575px;
}

.main-content{
	text-align:left;
	margin-left:30px;
	margin-right:30px;
}


.c1 {
  clear:both;
}
/* End of 'Lovely' */

