@charset "utf-8";
/* Reset Styles (Credits to Eric Meyer: http://meyerweb.com/eric/tools/css/reset/) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

img{
	border:none;
}

/* end reset */



/*------------------ Site Structure ------------------*/

body {font-family: Helvetica, Trebuchet, Georgia, "Times New Roman", Times, serif; font-size: .875em; color: #666}

#wapper{
	margin:auto;
	width: 960px;
}

#header {height: 200px; background: url(images/logo.png) no-repeat}

#content {
	width: 620px;
	float: left;
	margin-bottom: 44px;
}

#sidebar {
	width: 260px; 
	padding: 20px;
	float: right;
	border: 0px solid #dcdcdc;
	margin-bottom: 44px
}

#sidebar h3, .sidebar_box {
	background: #eaeaea; 
	padding: 5px 10px; 
	margin-bottom: 15px;
	border: 1px solid #FFF;
	outline:1px solid #dcdcdc;
}

#intro {
	border: 1px solid #f7f7f7; 
	clear: both;
	padding: 20px;
	font-size: 1.4em; 
	line-height: 1.6em; 
	margin-bottom: 44px;
	outline:1px solid #dcdcdc;
	background: #f7f7f7;
}

#intro span {font-weight: 700}

#intro p {padding: 0}

#box_left {width: 300px; float: left; margin-bottom: 44px; text-align: justify}
#box_right {width: 300px; float: right; margin-bottom: 44px; text-align: justify}
#box_middle {margin-left: 330px; margin-right: 330px; margin-bottom: 44px; text-align: justify}

#box_left h3, #box_right h3, #box_middle h3 {
	background: none;
	font-weight: normal;
	margin-bottom: 10px;
	position: relative;
	letter-spacing: .08em;
	font-size: 1.1em;
	padding: 2px 17px;
	border: 0px solid #FFF;
	outline:0px solid #dcdcdc;
	font-style:italic;
	margin-left:-20px;
}

#footer {clear: both; padding: 10px; text-align: right; background: url(images/seperator.png) repeat-x top; font-size: .8em; color: #a3a3a3}



/*------------------ typography and images ------------------*/

/* global links */

a {text-decoration: none; color: #666666}

/* text styles */

h1 {font-size: 2em; font-weight: normal; padding-bottom: 10px; font-style:italic;}
h2 {font-size: 1.6em; font-weight: normal; padding-bottom: 6px; font-style:italic;}
h3, h4 {font-size: 1.4em; font-weight: normal; font-style:italic; color: #666; margin-left: 0px; margin-bottom:0px; border-bottom:dotted 1px #ccc;}
h5, h6  {font-size: 1.2em}

p {line-height: 1.4em; padding-bottom: 25px}

/* images */

.more {float: right; margin-right: 10px}


/*------------------ gallery ------------------*/

#gallery {
	
	/*overflow: auto;*/
	margin-left: 0px;
	padding-bottom: 18px;
	/*position:static;*/
}

#gallery ul li {
	width: 190px;
	height: 215px;
	padding-top: 17px;
	padding-left: 17px;
	float: left;
	/*background: url(images/thumb_bg.png) no-repeat;*/
	margin-left: 44px;
	margin-bottom: 35px;
}

.center {margin: auto;}

#no_gallery_found {width: 798; padding: 50px; margin: auto; background: red; border: 10px solid white}
