.clear,.clearer {
	clear: both;
	margin:0;
	padding:0;
	line-height:0;
}	

body{
font-family: Aerial, sans-serif, Tahoma;
background-color:rgb(255,255,255);
padding:0px;
margin:0px;
}

#siteTitle{
color:#ffffff;
text-align:center;
background-color:rgb(0,25,50);
padding:0px;
margin:0px;

}

#siteTitle h1{
margin:0px;
}

#siteTitle h4{
margin:0px;
font-style:italic;

}


.centeredBlock
{
display:block; 
margin-left: auto;
margin-right: auto
}

img
{
border:0px;
padding:10px;
}
/* LINKS */
a:link{
text-decoration:none;
color:#005500;
}
a:visited{
text-decoration:none;
color:#003040;
}
a:hover{

text-decoration:underline;
color:#007700;
}
/*TOP NAVIGATION BAR*/
#pageTitle{
text-align:center;
color:#003000;
}

#navigationBG
{
background:url('linkBarBackgroundTop.gif');
height:30px;
width:100%;
margin:0px;
font-weight:500;
border:0px;
padding: 0px 0px;
text-align:center;
}


#navigation ul, #navigation li {display: inline;}
#navigation a{ 
	border-right: 1px solid #AFA69C;
	padding: 0px 20px;

	text-decoration: none;
	text-align: center;
	margin-right: 1px;
	color:#ffffff;
}


#navigation
{
margin:0px;
background: #000077 url('linkBarBackgroundTop5.png') repeat-x;
font-style:italic;
text-align:center;
font-size:20px;
padding: 0px 0px;
color:#dddddd;
}

#pageTitle{
margin-left:10px;
text-align:left;

margin-top:10px;
margin-bottom:0px;

font-size:37px;
}

/* title of the page*/
#sectionTitle
{
text-align:center;
font-weight:900;
font-size:43px;
color:#ffffff;
margin:0px;
padding:3px;
}

#pageWrapper{
background-image:url('background_gradient.jpeg');
background-repeat:repeat-x;
height:100%;
margin:0px;
padding:0px;
display:block;
}



/* Contains main content and sidebar */
#translucentPageContentsBox
{
	display: block;
	padding: 30px 0px 20px 0px;
	border-style: solid;
	border-width: 0px;
	width: 1015px;
margin:0px auto;
	/*background: url('transparentHolder.png');*/
	
}
#pageContentsBox{

margin-left:20px;
margin-top:20px;
background-color:rgb(245,245,245);
background-color:rgba(245,245,245,0.80);

border-bottom:1px rgb(200,200,255) solid;
height:auto;
width: 970px;
}
/*Contains main content*/
#main
{
	float:left;
	margin-left:12px;

	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-top: 0px;
	margin-top:0px;
	width:650px;
	display: block;


	min-height:500px;
}
#sidebar
{
	float:right;

	margin-left:1px;
	padding:1px;

	width:230px;
	display: block;
	
}
/*Links box*/

.linksBox {
	float:right;
	font-size:15px;
	margin-left:0px;
	width:222px;
	display:block;
	margin-top:10px;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.3);
	margin-bottom:17px;
}
.linksBox .boxTitle{
	font-size:18px;
	border-width:1px;
	border-style:solid;
	border-color:#000000;
	width:214px;
	margin:3px;

	margin-bottom:0px;
	
	text-align:center;
	color:white;
	background-color:#001c30;

	font-weight:900;
}

#videos .boxTitle
{
background-color:#500000;
}
#creations .boxTitle
{
background-color:#005000;
}
.linksBox ul{
	
	margin-top:0px;
	list-style-type:none;
	padding:0px;
	list-style-position:outside;
	margin-bottom:0px;
}
.linksBox li{

	
	text-align:center;
	border-bottom:1px dotted #000000;
	line-height:1.5;
}

#videos li{


	background-repeat: no-repeat;
	background-position: 5px 2px; 
}
/*Other*/
.dateMarker
{
	font-style:italic;
	font-size: 14px;
}
/*In footer*/
#authorName{

	border: 0;
	color:#00cc00;
}
#authorName a:link, #authorName a:visited{
color:#007700;
}


