/*********** universal settings ***********/

*{
	padding: 0;
	margin: 0;
}

/*********** general settings ***********/

body {
	color: #cccccc;
	background: #ffffff;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 100%;
	line-height: 130%;
}


img {
	border: none;
}

a {	
	text-decoration: none;
	border: 0;
}

#maincontainer{
	width: 1100px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	/*border: solid 1px blue;*/
}

#header {
	width: 1000px;
	height: 80px;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-align: right;
	/*border: solid 1px green;*/
}

#header h1 {
	margin: 0;
	padding-top: 15px;
	color: #333333;
	font-size: 150%;
	letter-spacing: 5px;
}

#contentwrapper{
	float: left;
	width: 910px;
	margin-left: 150px;
	/*border: solid 1px red;*/
	background-color: #fff;
	/*margin: 0 auto;*/
	text-align: left;
	/*border-color: #ddd;*/
	/*border-style: none solid solid;*/
	/*border-width: medium 1px 1px;*/
}

ul.gallery { 
	list-style-type: none;
}

ul.gallery li {
	display: inline;
}

ul.gallery a {
	border: none;
	padding: 0;
	text-decoration: none;
}


ul.gallery img {
	display: inline;
	border: none;
}

#leftcolumn{
	float: left;
	width: 130px; /*Width of left column*/
	margin-left: -1050px;
	/*border: 1px solid green;*/
}

/*********** navigtion ****************/
.group {
	display: block;
	width: 130px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 0;
	text-decoration: none;
	text-align: right;
	font-family: tahoma;
	font-weight: bold;
	color: #333333;
}

.option {
	display: block;
	width: 130px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: none;
	padding: 0;
	text-decoration: none;
	text-align: right;
	font-family: tahoma;
	/*font-weight: bold;*/
	color: #333333;
}

.option:hover {
	color: #cccccc;
}

.show {
	display: inline; 
}

.hide {
	display: none; 
}

#textinfo {
	float: right; 
	color: #333333;
	padding: 35px;
	line-height: 200%;
}

p#textinfo {
	color: #333333;
}

p.caps {	
	font-variant: small-caps;
}

#photoinfo {
	float: right;
}

#textblog {
	float: left; 
	width: 100%;
	height: 400px;
	text-align: center;
	color: #333333;
	padding: 35px;
	line-height: 200%;
}

#textblog a {
	color: #333300;
	text-decoration: none;
}

#textblog a:hover {
	color: #99ccff;
}

#footer {
	clear: left;
	width: 100%;
	height: 70px;
	background: #cccccc;
	color: #ffffff;
	text-align: right;
	margin: 50px 0 50px 0;
	padding: 10px 0;
	/*border: 1px solid orange;*/
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}





