
/* CSS Reset: Copyright (c) 2007, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 2.2.2 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}


body {
	background: #232c49;
	color: white;
	text-align: center;
	font-family: Tahoma, Helvetica, sans-serif;
}

.container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}

b, strong { font-weight: bold; }
i, em { font-style: italic; }
a { color: #f4dfaa; text-decoration: underline; }

h1, h2, .banner { font-family: Georgia, Times, serif; text-align: center; margin-bottom: 10px; }
h1 { font-size: 36pt; border-bottom: 1px solid #34426d; }
h2 { font-size: 18pt; font-style: italic; color: #f4dfaa; }
.banner { height: 100px; border: 1px solid #34426d; }
.banner h1 { text-align: right; padding-right: 10px; border: none; }

img.home { margin-bottom: 10px; border: 1px solid #34426d; }

.menu {
	text-align: center;
	font-size: 12pt;
	color: #5f512c;
	padding-bottom: 2px;
	margin-bottom: 10px;
}
.menu a { text-decoration: none; }
.menu a:hover { text-decoration: underline; }

.content { padding: 30px; padding-top: 15px; padding-bottom: 15px; font-size: 10pt; }
.content p { margin-bottom: 0.5em; }
.content img.right { float: right; margin-left: 10px; margin-bottom: 5px; }
.content .end { clear: both; }

.rounded1 {
	background-image: url(img/bg-top.png);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #34426d;
}

.rounded2 {
	background-image: url(img/bg-bottom.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#contact { margin-top: 10px; }
#contact td { padding-bottom: 2px; padding-right: 10px; vertical-align: top; }

#gallery { text-align: center;  }
#gallery img.thumb { width: 100px; height: 100px; border: 1px solid #232c49; margin: 3px; }

