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

body {
	background-color: #5d3c68;
	background-image:url(../images/bg-main.jpg);
	background-repeat: repeat-x;
	padding-top: 0;
	margin-top: 0;
	
}
#container {
	width: 1065px;
	margin: auto;
	
}
#homepage {
	background-image:url(../images/body.png);
	background-repeat:no-repeat;
	width:1065px;
	height: 535px;

}
#page {
	background-image: url(../images/body-inside.png);
	background-repeat:no-repeat;
	width:1065px;
	height: 501px;

}
#page2 {
	background-image: url(../images/body-inside-big.png);
	background-repeat:no-repeat;
	width:1065px;
	height: 600px;

}
#page3 {
	background-image: url(../images/body-inside3.png);
	background-repeat:no-repeat;
	width:1065px;
	height: 675px;

}
#page4 {
	background-image: url(../images/body-inside4.png);
	background-repeat:no-repeat;
	width:1065px;
	height: 725px;

}
#page-home {
	background-image:url(../images/body.png);
	background-repeat:no-repeat;
	width:1065px;
	height: 565px;

}

#sidebar{
	float: left; 
	width: 170px;

	margin-left: 100px;
	margin-top: 100px;
}
#content { 
	width: 650px;
	float: right;
	margin-right: 100px;
	margin-top: 50px;
	font-family:Georgia,'Times New Roman',Times,serif;font-size:16px;font-weight:400;
	font-size: 12px;
	line-height: 22px;
	background-color: #fff;
} 
#content-home { 
	width: 260px;
	float: right;
	padding-right: 510px;
	margin-top: 60px;
	font-family:Georgia,'Times New Roman',Times,serif;font-size:16px;font-weight:400;
	font-size: 12px;
	line-height: 14px;
} 
.menu {

	background-image:url(../images/menubg.png);
}

.table {

	padding-left: 100px;
}



.maintext {
	font-family:Georgia,'Times New Roman',Times,serif;font-size:16px;font-weight:400;
	font-size: 11px;
	line-height: 13px;
	padding-top: 50px;
	padding-left: 20px;
}
.insidetext {
	font-family:Georgia,'Times New Roman',Times,serif;font-size:13px;font-weight:400;
	color: #444;
	padding-top: 70px;
	padding-left: 40px;
	line-height: 18px;
}
	
.purple {
	color: #5d3c68;
	font-weight: bold;
}
.call {
	padding-left: 220px;
	
}
#footer {
	text-align: right;
	padding-right: 70px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #bfb2c3;
	
}
#footer a:link {
	color: #bfb2c3;
	text-decoration: underline;
}
#footer a:visited {
	color: #bfb2c3;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

h1 {
	color: #4f2b5a;
	font-size: 24px;
	font-family:Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}
.cpic {
	border: 1px solid #5d3c68;
	margin-left: 20px;
}

a:link {
	color: #5d3c68;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #5d3c68;
	text-decoration: none;
		font-weight: bold;
}
a:hover {
	color: #fe456d;
	text-decoration: none;
		font-weight: bold;
}
.gallery {
	border: 5px solid #5d3c68;
	margin: 4px;
}
#lightbox, #overlay { z-index:10000 !important; }

.input {
	color: #666;
	font-size: 10px;
	height: 14px;
	}
.textarea {
	color: #666;
	font-size: 10px;
	}
