@charset "utf-8";
/* CSS Document */

body{
	background:url('../images/header_tile.jpg') repeat-x;
	background-color:#fffcf7;
	margin-top:0px;
	}

#navContainer{
	width:950px;
	height:36px;
	margin-left:auto;
	margin-right:auto;
	}

#navPyra {
	text-align:right;
	margin:0px;
	padding-top:5px;
	}

#navPyra li {
	display:inline;
	list-style-type:none;
	margin-left:-2px;
	margin-right:-2px;
	}
	
#navPyra a:link, #navPyra a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	padding: 7px 14px 7px 14px;
	text-decoration: none;
	color: #ffffff;
	}

#navPyra a:link.active, #navPyra a:visited.active, #navPyra a:hover {
	background:#545454;
	color: #ff4359;
	}
	
#header{
	background:url('../images/header_img.jpg') no-repeat;
	width:1024px;
	height:273px;
	margin-left:auto;
	margin-right:auto;
	display:block;
	}

.headerLink{
	display:block; 
	width:1024px;
	height:273px;
	margin-left:auto;
	margin-right:auto;
	text-decoration:none;
	}
	
#body{
	width:950px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	}

#body p{
	margin-top:5px;
	margin-bottom:5px;
	}

	
.text{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12pt;
	color:#000000;
	letter-spacing:1px;
	}

.text2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8pt;
	color:#000000;
	letter-spacing:1px;
	}

.text3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	color:#000000;
	letter-spacing:1px;
	font-style:italic;
	float:right;
	}

.text a:link, .text a:active, .text a:visited{
	color:#60a7ff;
	text-decoration:underline;
	}

.text a:hover{
	color:#ff4359;
	text-decoration:none;
	}


.headerText{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30pt;
	color:#ff4359;
	letter-spacing:-2px;
	text-align:left;
	}

#bar{
	background:#777777;
	height:1px;
	width:100%;
	margin-top:2px;
	margin-bottom:2px;
	}

#currentContainer{
	width:690px;
	height:205px;
	float:left;
	}
	
#profileImg{
	background:url('../images/welcome_img1.jpg') no-repeat;
	width:245px;
	height:275px;
	position:relative;
	top:76px;
	left:695px;
	margin-top:-70px;
	}

#footerLeft{
	width:475px;
	height:auto;
	float:left;
	text-align:left;
	}

#footerLeft p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8pt;
	color:#6e6e6e;
	}

#footerRight{
	width:475px;
	height:auto;
	float:right;
	text-align:right;
	}
	
#footerRight p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8pt;
	color:#6e6e6e;
	}

#footerRight a:link, #footerRight a:visited {
	color:#60a7ff;
	text-decoration:underline;
	}

#footerRight a:link.active, #footerRight a:visited.active, #footerRight a:hover {
	color:#ff4359;
	text-decoration:none;
	}

#emptyBox{
	width: 290px; 
	height: 260px; 
	margin:10px; 
	float:left;
	background:#fffcf7;
	border: solid 2px #fffcf7; 
	}
	
.captionSpace{
	margin-left:10px;
	}

.captionSpace2{
	margin-left:8px;
	}
	
.smallFont{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:8pt;
	color:#ffffff;
	letter-spacing:-.5px;
	font-style:italic;
	}

.smallFont2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9.25pt;
	color:#ffffff;
	letter-spacing:-.5px;
	font-style:normal;
	}

#column{
	width:300px;
	height:auto;
	float:left;
	padding:5px;
	margin-left:5px;
	}

#columnSingle{
	width:900px;
	height:auto;
	padding:5px;
	margin-left:5px;
	}

.commentsWidth{
	width:322px;
	}