body{
	background-color: #fff;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 15px;
}
	#horizontal{
		background-color: transparent;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 0px;
		width: 100%;
		height: 1px;
		overflow: visible;
		visibility: visible;
		display: block;
	}
		#vertical{
			background-color: transparent;
			margin-left: -480px;
			position: absolute;
			top: -280px;
			left: 50%;
			width: 960px;
			height: 560px;
			visibility: visible;
		}
			#header{
				background-color: #81d0df;
				border: 2px dotted #fff;
				height: 120px;
				margin-bottom: 50px;
				text-align: left;
			}
				#header span a{
					color: #e20916;
					text-decoration: none;
				}
					#header span a:link, #header span a:visited{}
					#header span a:hover, #header span a:active{
						text-decoration: underline;
					}
				#header .home{
					font-weight: bold;
					margin-left: -120px;
				}
				#header .logo{
					margin: -30px 0px 0 140px;
				}
				#header .blogspot{
					font-weight: bold;
					margin: 138px 0 0 115px;
					position: absolute;
				}
			#container{}
				#navigation{
					background: #e20916 url("../images/nav-bg.jpg") repeat-y top right;
					border: 2px dotted #fff;
					float: left;
					height: 430px;
					width: 150px;
				}
					#navigation ul li{
						
					}
						#navigation ul li a{
							background: url("../images/button-back.png") no-repeat;
							color: #fff;
							display: block;
							font-size: 18px;
							height: 40px;
							line-height: 38px;
							margin: 18px 20px;
							text-decoration: none;
							width: 111px;
						}
							#navigation ul li a.active{
								background: url("../images/button-active.png") no-repeat;
								color: #e20916;
							}
							#navigation ul li a:link, #navigation ul li a:visited{}
							#navigation ul li a:hover, #navigation ul li a:active{
								
							}
				#content{
					height: 430px;
					margin-left: 160px;
					position: relative;
				}
					.text{
						border-top: 1px solid #e20916;
						float: left;
						margin-left: 25px;
						padding: 0 10px;
						position: relative;
						text-align: left;
						width: 180px;
					}
						.text h1{
							color: #e20916;
							font-family: Times New Roman;
							font-size: 25px;
							padding: 15px 0;
						}
						.text p{
							color: #8e8f93;
							font-weight: bold;
							height: 300px;
							line-height: 20px;
						}
							.text .block a{
								color: #8e8f93;
								font-weight: bold;
								text-decoration: none;
								line-height: 1.5em;
							}
								.text .block a.active{
									background-color: #e20916;
									color: #fff;
									padding: 3px 3px;
								}
								.text .block a:link, .text .block a:visited{}
								.text .block a:hover, .text .block a:active{
									background-color: #e20916;
									color: #fff;
									padding: 3px 3px;
								}
						.text .pagination{
							color: #4f5051;
							font-size: 20px;
							left: 50px;
							position: absolute;
							top: 390px;
						}
							.text .pagination span{
								border-bottom: #e20916 solid 4px;
								margin-right: 20px;
							}
							.text .pagination a{
								text-decoration: none;
								color: #4f5051;
								margin-right: 20px;
							}
								.text .pagination a:link, .text .pagination a:visited{}
								.text .pagination a:hover, .text .pagination a:active{
									border-bottom: #e20916 solid 4px;
								}
					#photoSlider{position: relative; text-align: center;}
					#photoSlider .prevButton,
					#photoSlider .nextButton{
						color: red;
						font-size: 25px;
						font-weight: bold;
						margin: 0 5px;
						width:550px;
					}
					#photoSlider .prevButton{ }
					#photoSlider .nextButton{ }
					
					.container { width:550px; height:380px; overflow:hidden; position:relative; }
					.slides { position:absolute; width:550px; }
					.slides span { position:absolute; top: 20px; left:12px; text-align: left; }
					.slides span img { padding: 0 5px 10px 5px; }
					.image{
						float: right;
						border-color: #81d0df;
						border-style: solid;
						border-width: 15px 0 5px 0;
						height: 389px;
						padding: 5px 0 15px;
						text-align: left;
						width: 553px;
					}
						.image a{
							color: #8e8f93;
							text-decoration: none;
						}
						.image p{
							color: #8e8f93;
							font-weight: bold;
							line-height: 20px;
							margin-bottom: 20px;
						}
						.image p.first{
							margin-top: 30px;
						}
						.image h3{
							color: #e20916;
							font-size: 16px;
							margin-bottom: 10px;
						}
						.image ul li{
							color: #8e8f93;
							font-weight: bold;
							line-height: 18px;
						}
						.image small{
							color: #8e8f93;
							display: block;
							width: 100px;
						}
						.gallery{
							display: block;
							margin: 0 0 10px 5px;
						}
							.gallery img{
								margin-left: 10px;
							}
					#patlangac{
						position: absolute;
						top: 250px;
						left: 100px;
					}
			#signature{
				float: right;
			}
.margin-35{margin: 35px;}

.width-200{width: 200px;}
.width-230{width: 230px;}

.absolut{position: absolute;}
.block{display: block;}

.left{float: left;}
.right{float: right;}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
