* {
	margin:  0;
	padding: 0;

	font-family: arial,sans-serif;
}

html {
	overflow: scroll;
}

body {
	text-align: center;
	font-size:  .9em;
}

img {
	margin: 5px 0 10px;
}

h1 {
	padding: 5px;
	margin:  5px 0 10px 0;

	background-color: #FFEEEE;
	border-top:       1px solid #FFAAAA;
	border-bottom:    1px solid #FFAAAA;

	font-size: 1.1em;
}

h2 {
	margin-bottom: 10px;
}

h3 {
	font-style: italic;
}

p {
	margin: 5px 0 10px;
}

label {
	display:       block;
	margin-bottom: 15px;
}

select, input, textarea {
	display: block;
	margin-top: 5px;
}

.actions {
	margin: 10px auto;
}

.actions input {
	display: inline;
}

.vsmall-input {
	width: 100px;
}

.small-input {
	width: 250px;
}

.large-input {
	width: 300px;
}

textarea {
	width:  100%;
	height: 300px;
}

.get-in-contact textarea {
	width: 100%;
	height: 100px;
}

a, a:visited {
	color: #0066DD;
}

.content {
	position: relative;

	width:  760px;
	margin: 0 auto;

	text-align: left;
}

.footer {
	text-align: center;
	margin:     50px auto;
}

.navigation {
	width:         25%;
	padding-right: 10px;
}

.navigation li {
	list-style: none;
	margin-bottom: 5px;
}

ul.errors {
	margin-bottom:       1em;
	list-style-image:    url( '/images/stop.png' );
	list-style-position: inside;

	background-color: #FFEEEE;
	padding:          5px;
}

.copyright {
	display:   block;
	margin:    10px 0;
	color:     #AAAAAA;
	font-size: .9em;
}

.ad-summary {
	margin-bottom: 20px;
}

.ad-summary .title {
	font-weight: bold;
}

.ad .description {
	margin-bottom: 5px;
}

.gender {
	font-size:  .8em;
	color:      #999999;
	font-style: italic;
}

.get-in-contact {
	width:   480px;
	padding: 10px;

	border: 1px solid #CCCCCC;
	background-color: #FFEEEE;
}
