@charset "utf-8";
/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Main Style Sheet for uroscion.com
version: 1.0
author: uroscion
email: Uroscion@uroscion.com
website: http://www.uroscion.com/ (Your already here!)
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body
{
	background-image: url(../Images/blackVelvetInfinitiBackground.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

a
{
	color:#600;
}
a:hover
{
 color: #033;	
}


#wrapper
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	height: 100%;
}

#mainContent
{
	position: relative;
	margin:0pt auto;
	width: 50%;
	min-width: 810px;
	/*top: 5%;*/
	top: 60px;
	margin-bottom: 50px;
}

#navBar
{

}

#pageDiv
{
	background-image: url(../Images/Background_08.png);
	background-repeat: no-repeat;
	height: 800px;
	width: 810px;
}

#sideMenu
{
	float: left;
	position: relative;
	top: 140px;
	left: 40px;
	text-align: right;
}
#sideMenu li
{
	list-style:none;
	font-size: 20px;
	margin-top: 10px;
}
#sideMenu .subListItem
{
	font-size: 12px;
	margin-left: 15px;
	margin-top: 5px;
}
#sideMenu a
{  
  	color: #033;
	text-decoration: none;
}
#sideMenu a:hover
{  
  	color: #600;
}

#pageContent
{
	text-align: left;
	padding: 15px;
	padding-left: 180px;
	padding-right: 60px;
}

.pageContentParagraph
{
	text-align: justify;
	font-size: 17px;
	margin-bottom: 30px;

}

.rightEmbeddedPic
{
	float: right;
	text-indent: 0px;
	margin-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #000;
}

.leftEmbeddedPic
{
    float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #000;
	
}

.subTitle
{
	font-size: 20px;
	font-style:italic;
	color:#630;
}

.photosDiv
{
	text-align: left;
	padding: 25px;
	padding-left: 190px;
	padding-right: 25px;
}
.photosDiv img
{
	margin-right: 10px;
	margin-bottom: 8px;
	border: 1px solid #000;
}

.listHeading
{
	position: relative; 
	right: 20px; 
	font-size:24px;
	font-variant:small-caps;
}
.listSubHeading
{
  position: relative; 
  right: 10px;
}

.leftColumnList
{
  
  float: left;
  margin-left: 2em;
  list-style: none;
}
.rightColumnList
{
  float: right;
  margin-right: 2em;
  list-style:none;
}
