﻿html *
{
	margin:0;
	padding:0;
	border:none;
}

.clear
{
	clear:both
}

.list
{
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:10px;
}

.list p
{
	font-weight:bold;
}

p
{
	margin-bottom:25px;
	margin-left:10px;
	line-height:1.6em;
}

p.quote
{
	border:1px solid #ccc;
	padding:10px;
	font-style:italic;
}

p.author
{
	padding:10px;
	margin-bottom:30px;
}

h2
{
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
	background-color:#000;
	color:#fff;
}


h1
{
	font-size:2em;
	margin-bottom:10px;
	color:#98055b;
	background:transparent url(images/bgH1.gif) no-repeat left center;
	height:70px;
	line-height:70px;
	padding-left:60px;
	font-family:Georgia;
}

h6
{
	display:block;
	font-size:1.2em;
	float:left;
	width:155px;
	height:60px;
	padding-top:40px;
	background:#ddd;
	text-align:center;
	margin-left:5px;
}

a
{
	text-decoration:none;	
}

a:hover
{
	color:red;	
}

body
{
	font-family:verdana,tahoma;
	text-align:justify;
	font-size:0.8em;
	padding-top:50px;
	background:transparent url(images/bg.jpg) repeat-x top;
}

#page
{
	
}

#header
{
	background:#fff url('images/header.jpg') center no-repeat;
	height:200px;
	width:760px;
	margin:5px auto;
}


#menu
{
	width:760px;
	margin:auto;
	height:2.3em;
	line-height:2.3em;
	font-weight:bold;
	text-align:right;
	border-bottom:8px solid #98055b;
}

#menu2
{
	font-size:0.8em;
	padding-left:10px;
	background:#fff;
	width:539px;
}

#menu ul li, #menu2 ul li
{
	display:inline;
}

#menu ul li a
{
	padding:6px 5px 6px 5px;
	color:#98055b;
	background:transparent url(images/bgPic.png);
}

#menu ul li a.selected
{
	background:#98055b;
	color:#fff;
}

#menu ul li a:hover
{
	background:#fff;
	color:#98055b;
}

#center
{
	width:758px;
	margin:auto;
	background:transparent url(images/bgPic.png);
	border:1px solid #c7d8f7;
	border-width:0 1px 0 1px;
}

#content
{
	padding-bottom:10px;
	float:left;
	width:549px;
	padding-top:20px;
	background:#fff url(images/corner.png) no-repeat top left;
}

#content.gallery
{
	width:758px;
}


#text
{
	padding:20px 20px 20px 50px;
	background:transparent;
	color:#222;	
}

#text ul
{
	margin:5px 0 15px 30px;
	
}

#text table tr td, #text table tr th
{
	vertical-align:top;
	padding:5px;
}

#pic
{
	float:right;
	width:209px;
}

#pic img
{
	margin:12px;
	border:1px solid #fff;
	display:block;
}

.picRow
{
	background:transparent;
	text-align:left;
	margin-bottom:10px;
}

.picRow img
{
	margin:0 0 5px 5px;
	cursor:pointer;
	float:left;
	display:block;
}

#footer
{
	margin-top:10px;	
	background:transparent;
	font-size:0.8em;
	color:#fff;
	text-align:center;
}

#footer a
{
	color:#aaa;
}

#contact
{
	width:150px;

}








