@charset "utf-8";
/* CSS Document */

body{
		background-image:url(images/layout/bg.jpg);
		background-repeat:repeat-x;
		background-color: #ebbab6;
		margin: 0px;
		padding: 0px;
		font-family: "Times New Roman", Times, serif;
		font-size: 14px;
		color: #2a3607;
}


#container{
		position: relative;
		width:900px;
		margin: 0px;
		padding: 0px;
}

#menu{
		position: relative;
		height: 198px;
}

#lily1{
		position:absolute;
		z-index: 10;
		left:-134px;
		top: 106px;
}

#lily2{
		position:absolute;
		z-index: 10;
		left: 825px;
		top: 133px;
}

#banner{
		position: relative;
		left: -37px;
		margin: 0px;
		padding: 0px;
}

#window{
		position: relative;
		width: 900px;
		background-image: url(images/layout/window.gif);
		background-repeat:repeat-y;
		background-position:top;
		top: 0px;
		text-align: left;
}

#title{
		position: relative;
		width: 900px;
		height: 68px;
		background-image: url(images/layout/title.jpg);
		background-repeat: no-repeat;
}

#content{
		position: relative;
		width: 860px;
		padding: 20px;
		
}

#side{
	position: absolute;
	background-image:url(images/layout/newsletter-box.jpg);
	background-repeat:no-repeat;
	background-color:#FFF;
	width: 367px;
	height: 194px;
	top: 0px;
	right: 16px;
	
}

#side-txt{
		padding: 65px 10px 10px 75px;
}

#ad{
		position: relative;
		left: 60px;
		padding-top: 10px;
}

#sub{
	position: absolute;
	top: 30px;
	right: 16px;
}

#foot{
	position: relative;
	text-align: left;
	color: #F03;
	padding: 10px 0px 10px 0px;
	font-size: 12px;
}

/*///TEXT STYLES //////////////////////////////////////*/

p{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}

h1{
	font-size: 48px;
	color: #97c11a;
	padding: 20px 0px 0px 100px;
	margin: 0px;
	font-weight: 100;
}

h2{
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	font-weight: 100;
}

h3{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	font-weight: 100;
}

h4{
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: 100;
}

a:link{
		color: #dc0035;
		text-decoration: none;
}

a:visited{
		color: #F03;
		text-decoration: none;
}

a:active{
		color: #dc0035;
}

a:hover{
		color: #2a3607;
		text-decoration:underline;
}

.green{
		background-color: #d2e1a9;
		padding: 17px;
}

.light{
		background-color: #e2f3b5;
		padding: 10px;
}

.white{
		background-color: #FFF;
}

.dark{
		background-color: #2a3607;
		color: #FFF;
		padding: 5px;
}

.pic{
		border: #b1b89d solid 4px;
}

.space{
		height: 5px;
		margin: 0px;
		padding: 0px;
}
