body {
	color: #433f8b;
	font-size: 12px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	background-image: url("../images/bg.gif");
	background-repeat: repeat-x;
	background-attachment: fixed;
}

a {
	color: #5a8e43;
	text-decoration: none
}

a:hover {
	color: #f59100;
	text-decoration: underline
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #5a8e43
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #f59100
}

#doc {
	width: 750px;
}

#start {
	width: 766px;
	padding: 10px;
	margin-top: 15px;
	border: solid 1px #5a8e43;
	background-color: #ffffff;
}

#header {
	width: 750px;
	height: 143px;
}

#main-menu {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 20px;
	text-align: right;
}

#main-menu a {
	color: #433f8b;
}

#characters {
	background-color: #e9fb98;
	width: 750px;
	height: 66px;
	border-top: 1px solid #5a8e43;
	border-right: 1px solid #5a8e43;
	border-left: 1px solid #5a8e43
}

#characters .carousel-component {
	background: transparent;
	padding: 2px 0px 2px 0px;
	color: #5a8e43;
}

#characters .carousel-component .carousel-list li {
	text-align: center;
	width: 90px;
/*75 

+ 1 + 1 + 1 + 1 */
}

#characters .carousel-component .carousel-list li a {
	display: block;
	/*bord

er:1px solid #e2edfa;*/
    outline: none;
	-moz-outline: none;
}

#characters .carousel-component .carousel-list li img {
	/*bo

rder:1px solid #5a8e43;*/
    display: block;
}

#characters .carousel-component .carousel-list li strong {
	display: block;
}

#characters #prev-arrow {
	position: absolute;
	padding: 2px;
	top: 20px;
	z-index: 3;
	cursor: pointer;
	left: 5px;
}

#characters #next-arrow {
	position: absolute;
	padding: 2px;
	top: 20px;
	z-index: 3;
	cursor: pointer;
	right: 5px;
}

#section-title {
	padding-bottom: 10px;
}

#content {
	width: 730px;
	padding: 10px;
	border: solid 1px #5a8e43;
	background-color: #ffffff;
	text-align: justify;
}

#content #strip-title {
	float: left;
}

#content #strip-publication-date {
	float: right;
	padding-top: 4px;
}

#content #strip-text {
	text-align: justify;
	clear: both;
}

#content #strip {
	padding: 10px;
}

#content #strip-navigation {
	padding: 10px;
	clear: both;
}

#content td.vision {
	text-align: center;
}

#content img.border {
	border: solid 1px #5a8e43;
	padding: 2px;
	margin: 0;
}

#content div.form {
	width: auto;
	border: solid 1px #5a8e43;
	padding: 5px;
}

#content .error {
	color: #bf0000;
	font-weight: bold
}

#footer {
	text-align: center;
	font-size: 10px;
	padding: 10px;
}

#description-box {
	text-align: left;
	background-color: #D0D9EC;
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: 0.8;
	width: 516px;
	padding: 3px;
	border: 1px solid #433f8b;
	visibility: hidden;
}

#description-box div.hd {
	font-size: 12px;
	font-height: 14px;
	font-weight: bold;
}

#description-box div.bd {
	
}

#description-box div.ft {
	
}

#login {
	width: 300px;
	padding: 10px;
	border: solid 1px #5a8e43;
	background-color: #ffffff;
}

#login .title {
	font-size: 18px;
	font-weight: bolder;
	color: #5a8e43;
}

#login table, tr, th, td {
	text-align: left;
	vertical-align: top;
	padding: 2px;
}

table, tr, th, td {
	text-align: justify;
	vertical-align: top;
	padding: 2px;
}