/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	background: #200100;
	font-family: Verdana, sans-serif;
}

p {
	font-size: 10px;
	line-height:1.4;
	color: #cc6600;
	text-align:justify;	
}

h2 {
	font-style: normal;
	font-size: 10px;
	font-family: Verdana,sans-serif;
	margin:0px;
	padding-top:20px;
	color: #993300;
	text-align: right;
}

orange {
	color:#993300;
}

a {
	color:#993300;
}

a:hover {
	color:#FF9900;
}

img {
	border:none;
}



/* Layout Tags */

#masterContent {
	width: 1000px;
	margin: 0px auto;
	height:800px;
	background:url(../images/BG.jpg);
	background-position:top;
}

#logoColumn {
	margin-top:1px;
	float:left;
	width:300px;	
}
	
#logo {
	width:150px;
	margin-left:100px;
	padding-top: 70px;
}

#nav {
	float:right;
	width:600px;
	margin-top:1px;
	padding-right:70px;
	height: 260px;
}

.navAlign {
	float:right;
}

#contSpace {
	float:right;
	width:700px;
	height:30px;
}

.contentBlock {
	float:right;
	width:600px;
	padding-right:100px;
}

.contDeco {
	float:left;
	text-align:right;
	width:200px;
	padding-top:60px;
}

.contHead {
	float:right;
	text-align:right;
	width:400px;
}


.contIntro {
	float:right;
	width:400px;
	margin-top:10px;
}

.contIntro p {
	margin-left:20px;
}

.contentPort {
	float:right;
	width:600px;
	margin-bottom:20px;
	padding-right:100px;
}
.contentPortTxt {
	width:280px;
	float:left;
	margin-left:20px;
}

.contentPortTxt p {
	text-align:right;
	text-align:justify;
}

.contentPortImg {
	width: 204px;
	float:right;
	margin-left:20px;
	padding-top:20px;
}

.contentPortImg img{
	border:solid #993300 2px;
}
 
.contentPortDeco {
	float:left;
}

#footNav {
	float:right;
	width:600px;
	padding-right:100px;
}

#copyRight {
	float:right;
	width:600px;
	padding-right:100px;
}

.rightText {
	text-align:right;
}

