@charset "UTF-8";

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	background-image: url(../../resources/linen.png);
	color: #FFF;
	margin: 0;
	padding: 0;
}

.automargin {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	vertical-align: middle;
	height: 400px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
	padding: 20px;
	overflow: auto;
}

.copyright {
	background-image: url(../images/footer2.png);
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.buttons {
	height: auto;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	vertical-align: middle;
}
.photoLeft {
	text-align: center;
	margin: 10px;
	padding: 10px;
	float: left;
}

.center_table {
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: justify;
	cursor: pointer;
}

.photoRight {
	text-align: center;
	margin: 10px;
	padding: 10px;
	float: right;
}
.orangebody {
	background-image: url(../images/background_05.png);
	background-repeat: repeat-x;
	background-position: center;
	height: 420px;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.greybody {
	width:100%;
}
.greybody_small {

	background-image: url(..//linen.png);
	background-repeat: repeat-x;
	background-position:center;
	height:60px;
	width:100%;
}
.greytext {
	color: #B8B8B8;
}
h2 {
	text-shadow: 2px 1px 0px #6B0300;
}
.keyword {
	background-color: rgb(102,102,102); font-family: 'Courier New', Courier, monospace; margin-right: 5px;
}
::selection {
	background: #00a0ff;
	color: #fff;
}
::-moz-selection {
	background: #00a0ff;
	color: #fff;
}