/*
Nilda Comparan
Web Designer
http://www.nilda.com
January 2010
*/



body {
	font-family:arial, verdana, lucida, helvetica, sans-serif;
	background-color: #000000;
	margin: 0;
	font-size: 14px;
	background-image: url('../images/backgrounds/bg07.jpg');
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 75px;
	padding-left: 0;
}

#container {
	margin:0 auto;
	padding:0;
	width:910px;
	height: 100%;
	background-image: url('../images/backgrounds/bg_w.png');
	background-repeat: repeat-y;
	background-position: center top;
	color: #333333;
	display: block;
	border-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #666666;
}

.homepage {
	width:910px;
	float:left;
	display: block;
	padding: 0;
	margin: 0 auto;
}

#page {
	margin:0;
	padding:0;
	width:910px;
}


.brand {
	background-image: url('../images/img/name.png');
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	width: auto;
	height: 55px;
	margin-top: 25px;
	margin-left: 45px;
	margin-right: 75px;
	margin-bottom: 0px;
}

.credit {
	font-size: 10px;
	color: #000000;
	left: 25px;
	float: left;
	display: block;
	clear: both;
	width: 800px;
	text-align: left;
	margin-top: 15px;
	margin-right: 35px;
	margin-bottom: 25px;
	margin-left: 50px;
	padding-bottom: 25px;
}
.navBottomR {
	left: 25px;
	display: block;
	width: 63px;
	text-align: right;
	margin-right: 25px;
	float: right;
}
.navBottomR1 {
	left: 25px;
	display: block;
	width: 85px;
	text-align: right;
	margin-right: 25px;
	float: right;
}
.navBottomL {
	left: 25px;
	float: right;
	display: block;
	width: 85px;
	text-align: left;
}

li {
	font-size: 14px;
	margin-bottom: 5px;
	padding-bottom: 5px;

}

p#margin {
	width: 725px;
	margin-left: 50px;

}

.story {
	width:810px;
	float:left;
	display: block;
	padding: 10px 50px 5px 50px;
	margin: 0 auto;
}
.story  .columnL {
	margin:25px 10px 0 0;
	padding:0 0 5px 0;
	width:380px;
	float:left;
}
.story  .columnR {
	margin:25px 0 35px 40px;
	padding:0 0 5px 0;
	width:380px;
	float:left;
}


.header1
{
	color: #333333;
	font-weight: bold;
	font-size: 22px;
}

.header2
{
	color: #333333;
	font-size: 18px;
}

.header3
{
	color: #333333;
	font-size: 18px;
}

.header4
{
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}

.thumb
{
	margin-right: 3px;
	margin-top: 3px;
	border: 2px solid #666666;

}

a {
	text-decoration:underline;
	color: #000;
	}
a:visited {
	color:#000;
	text-decoration:underline;
}
a:active, a:hover { color:#333; text-decoration:underline; }


a.whiteLink {
	text-decoration:underline;
	color: #cccccc;
	font-size: 12px;
	}
a:visited.whiteLink  { color:#cccccc; text-decoration:none; }
a:active, a:hover.whiteLink  { color:#cccccc; text-decoration:underline; }

.clearline { clear:both; margin:0; padding:0; height:1px; line-height:1.0em; }

