body {
	font-family:arial;
	font-size:0.75em;
	background:#FBFBFB url('../background.png') repeat-x;
	margin:0;
}

a {
	text-decoration:none;
	color:#666;
}
a:visited {
	color:#666665;
}
a img {
	border:0;
}

h2 {
	font-size:2em;
	padding:0;
	margin:0;
	text-align:center;
	font-weight:normal;
	margin:20px;
}

h3 {
	margin:5px 0;
}

#main {
	margin:auto;
	width:1000px;
}

.seperator {
	height:2px;
	line-height:2px;
	background:#F3F3F3;
	margin:30px 0;
	clear:both;
}

/* text content */
#content {
	padding:20px 8px;
	color:#4A4A4A;
	margin-bottom:20px;
	line-height:25px;
}

.colrow {
	text-align:center;
}

.left {
	float:left;
}
.right {
	float:right;
}

.column {
	width:30%;
	display:inline-block;
	text-align:left;
	padding:5px;
}

.cleardiv {
	clear:both;
	height:1px;
	line-height:1px;
}

#imglist {
	text-align:center;
}
#imglist img {
	border:#EBEBEB 1px solid;
	background:#FFF;
	padding:4px;
	margin:16px;
}
.limg {
	float:left;
}
.limg img {
	margin-left:0 !important;
}
.rimg {
	float:right;
}
.rimg img {
	margin-right:0 !important;
}

.error {
	background:#FFCFCF url('../../icons/messages/err_msg.png') no-repeat;
	border:#E59CA5 1px solid;
	border-radius:4px;
	padding:7px 10px 6px 30px;
	margin-bottom:15px;
	line-height:20px;
}

.success {
	background:#D6FFD0 url('../../icons/messages/suc_msg.png') no-repeat;
	border:#ADE5A4 1px solid;
	border-radius:4px;
	padding:7px 10px 6px 30px;
	margin-bottom:15px;
	line-height:20px;
}

#search {
	position:absolute;
	background:#FFF;
	padding:50px;
	border-radius:5px;
	width:250px;
	left:50%;
	margin-left:-125px;
	top:150px;
	margin-top:-100px;
	display:none;
}

#previewtext ul {
	margin:0;
	list-style-type:square;
}

#morelink {
	display:none;
}

.floatbreaker {
	clear:both;
	height:1px;
	line-height:1px;
}