

body {
color: #FFDEFD;
margin:0px;
padding:0px;
background: #615176;
font-family: Arial, Helvetica, sans-serif;
font-size: 12pt;
}

#wrap {
width:800px;
height:auto;
margin-left: auto;
margin-right: auto;
background:url(images/bg_01.jpg);
}
#wrapnobg {
width:800px;
height:auto;
margin-left: auto;
margin-right: auto;
}
#header {
width:800px;
height:200px;
background:url(images/header-top.jpg); background-repeat:no-repeat;
}
}
#header-blog {
width:800px;
height:200px;
background:url(images/header-top-blog.jpg); background-repeat:no-repeat;
}
#header-text {
position: relative;
width:800px;
height:42px;
padding-left:10px;
top:160px;
float:left;
}


<!--gallery section-->
#gal_wrap{
	width: 800px;
	margin:0;
	padding:0;

}
.gal_01{
	position: relative;
	float: left;
	width: 400px;
	height: 250px;
	padding-left:0px;
}
.gal_02{
	position: relative;
	float: right;
	width: 400px;
	height: 250px;
	padding-right:0px;
}
.gal_left{
	position: relative;
	width:400px;
	float: left;
	text-align:center;
	font: bold 10pt Arial;
}
.gal_right{
	position: relative;
	width:400px;
	float: right;
	text-align:center;
	font: bold 10pt Arial;
}
.gal_left_small{
	position: relative;
	width:170px;
	float: left;
	text-align:center;
	font: bold 10pt Arial;
}
.gal_right_small{
	position: relative;
	width:170px;
	float: right;
	text-align:center;
	font: bold 10pt Arial;
}

.gal_small{
	position: relative;
	width:266px;
	float: left;
	text-align:center;
	font: bold 10pt Arial;
}

#cat_left{
	position: relative;
	width:395px;
	float: left;
	font: 12pt Arial;
	border:thin solid;
	border-width: 1px;
	border-color:#FFB6C1;
	margin-bottom:5px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px; 
	border-radius: 20px;
	background: #8f879b; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #8f879b 0%, #615176 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#8f879b), color-stop(100%,#615176)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #8f879b 0%,#615176 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #8f879b 0%,#615176 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #8f879b 0%,#615176 100%); /* IE10+ */
background: radial-gradient(center, ellipse cover,  #8f879b 0%,#615176 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f879b', endColorstr='#615176',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#cat_right{
	position: relative;
	width:395px;
	float: right;
	font: 12pt Arial;
	border:thin solid;
	border-width: 1px;
	border-color:#FFB6C1;
	margin-bottom:5px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px; 
	border-radius: 20px;
	background: #8f879b; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #8f879b 0%, #615176 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#8f879b), color-stop(100%,#615176)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #8f879b 0%,#615176 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #8f879b 0%,#615176 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #8f879b 0%,#615176 100%); /* IE10+ */
background: radial-gradient(center, ellipse cover,  #8f879b 0%,#615176 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f879b', endColorstr='#615176',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}


#footer {
width:800px;
margin-bottom:20px;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}

.center {
text-align:center;
padding-top:10px;
}

h2 {
font-size:18px;
font-weight:bold;
color:#ffb6c1;
}

h3 {
font-family: Georgia, Times-New-Roman,serif;
font-size:12px;
color:#FFDEFD;
}

h4 {
font-family: Georgia, Times-New-Roman,serif;
font-size:14px;
font-style:italic;
color:#D7C384;
margin:0;
}

p.main { 
text-indent:20px; font-family: Arial, Helvetica, sans-serif; font-size: 12pt;
}

p.serif { 
font-size: 14pt; font-family: Garamond, ‘Hoefler Text’, ‘Times New Roman’, Times, serif;
}

}
#main_content{
width:800px;
}

A:link {text-decoration: none; color:#ffb6c1; }
A:visited {text-decoration: none; color:#ffaeb9; }
A:active {text-decoration: none; color:#ff9900; }
A:hover {text-decoration:none; color:#ffffff; }

input:hover, textarea:hover, option:hover, select:hover
{
	color:#660099;
	background-color:#d6dafe;
}
textarea, input, option, select
{
	color:#000000;
	background-color:#ffd9ec;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
}

