* {
 margin:0;
 padding:0;
 border:0;
}
body, {
	text-align: center;
}
#wrapper {
	width: 860px;
	height: auto;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #ffffff;
	border:1px solid #AAA281;
	text-align: left;
}

#header {
	position: relative;
	width: auto;
	height: auto;
	padding: 0px;
	background-color: #AAA281;
	color: #ffffff;
	border:0px dotted green;
	text-align: left;
}


#page {
    clear: both;
	width: auto;
	height: auto;
	min-height: 100%;
	padding: 10px 30px;
	background-color: #ffffff;
	border:0px solid blue;
}

#pics {
	padding: 5px 0px;
	text-align: center;
	background-color: #ffffff;
	border: 0px solid yellow;
}


#pics_right {
	float: right;
	padding: 50px 0px 0px 20px;
	border: 0px solid yellow;
}

#pics_left {
	float: left;
	padding: 50px 20px 30px 0px;
	border: 0px solid yellow;
}

#text_right {
    clear: both;
	float: right;
	padding: 0px;
	border: 1px solid yellow;
}


#twitter {
	position: relative;
	float: left;
	width:240px;
	height: 600px;
	padding:20px 30px 20px 0px;
	border:0px solid red;
	text-align: left;

}

p, tr, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none; 
	color: #AAA281;
	margin: 18px 0px 0px 0px;
	text-align: left;
}

.text_center {
	text-align: center;
}

.text_right {
	text-align: right;
}

a:link { 
	color: #669999; 
	text-decoration: none; 
	font-weight: normal;
}

a:visited { 
	color: #669999; 
	text-decoration: none; 
	font-weight: normal;
}

a:hover { 
	color: #669999; 
	text-decoration: underline; 
	font-weight: normal;
}


.wo {
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	text-align: left;

}

.wo a:link { 
	color: #ffffff; 
	text-decoration: none; 
	font-weight: normal;
	text-align: left;
}
.wo a:visited { 
	color: #ffffff; 
	text-decoration: none; 
	font-weight: normal;
	text-align: left;
}
.wo a:hover { 
	color: #669999; 
	text-decoration: underline; 
	font-weight: normal;
	text-align: left;

}

.text_center {
	text-align: center;
}

.big_head {
	font-family: "Palatino Linotype", "Times", "Lucida Bright", "Times New Roman", Georgia, Serif;
	font-size: 26px;
	font-weight: normal;
	color: #669999;
	margin: 26px 0px 26px 0px;
	text-align: left;
}

.big_subhead {
	font-family: "Palatino Linotype", "Times", "Lucida Bright", "Times New Roman", Georgia, Serif;
	font-size: 26px;
	font-weight: normal;
	color: #669999;
	margin: 26px 0px 26px 0px;
	text-align: left;
}

table.center_table {
    text-align:center; 
    margin-left:auto; 
    margin-right:auto; 
    margin-top:15px; 
    margin-bottom:20px; 
	border: 1px solid #669999;
	background-color: #fff;
	padding: 10px;
	-moz-box-shadow: 9px 9px 9px #ddd;
	-webkit-box-shadow: 9px 9px 9px #ddd;
	box-shadow: 9px 9px 9px #ddd;
}