﻿body {
				text-align: center;
				font-family: Arial;
				font-size: 13px;
				color: #666;
				line-height: 20px;
}

div {
				background-color: #FFF;
}

#logo {
				height: auto;
				width: 470px;
				padding-top: 30px;
				padding-bottom: 15px;
				padding-left: 10px;
				float: left;
}

#logo p {
				color: #666;
				margin: 0px;
				text-transform: lowercase;
				padding-left: 10px;
}
#logo a {
				text-decoration: none;
}

#logo h1 {
				color: #222;
				margin: 0px;
				font-weight: normal;
}

#logo p {
				margin-top: 15px;
				font-style: italic;
				color: #666;
}

#logo h1 {
				font-size: 48px;
}

#solid {
				width: 800px;
				margin: 0 auto;
				text-align: left;
}

#logo {
				float: left;
				border: 0px;
}

input, button {
				border: 1px solid #c64062;

}

a:link, a:visited {
				text-decoration: none;
				color: #c64062;
}

a:hover {
				text-decoration: underline;
}

#menu {
				width: 100%;
				height: 40px;
				background: #8ec6ea;
				float: left;
}

ul, ul li {
	            display: block;
	            list-style: none;
	            margin: 0;
	            padding: 0;
}

ul {
	            position: absolute;
}

ul li {
	            float: left;
}

ul a:link, ul a:visited {
	            text-decoration: none;
	            display: block;
	            width: 140px;
	            text-align: center;
	            padding: 10px 0;
	            font-weight: bold;
	            background-color: #8ec6ea;
	            color: #555
}

ul a:hover {
	            background-color: #4e99c8;
	            border-bottom: 4px solid #c64062;
	            color: #fff;
}


#clear {
				height: 30px;
				width: 100%;
				float: left;
}

.info {
				border-bottom: 1px solid #4e99c8;
}

#content_left {
				width: 500px;
				float: left;
				padding-left: 10px;
				text-align: justify;
}

#bar_right {
				width: 250px;
				float: right;
				border-left: 1px solid #8ec6ea;
				border-bottom: 1px solid #8ec6ea;
				padding-left: 10px;
				padding-bottom: 10px;
}

h2 {
				color: #c64062;
}

#photos {
				width: 480px;
				padding: 10px;
				background: #EDEDED;
				border: 1px solid #CCC;
				text-align: center;
}

img {
				border: 0px;
}

#archiwe a {
	            padding: 10px 200px 10px 10px;
	            color: #4e99c8;
	            text-decoration: none;
	            background: #FFF;
	            height: 25px;
}

#archiwe a:hover {
	
				text-decoration: none;
				border: 0px;
				color: #c64062;
}

#footer {
				width: 100%;
				border-top: 1px solid #c64062;
				padding-top: 10px;
				padding-bottom: 10px;
				float: left;
}

span {
				padding-top: 10px;
}


