/***********************************************
Duopizzazz development CSS
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Arial, sans-serif;
	margin: 20px;
	padding: 0px;
	font-size: 85%;
	background-color: #000000;
	color: #CCCCCC;
}

body, td, th {
	color: #CCCCCC;
}

p {
	margin: 0px;
	padding: 0.5em 0 0 0 ;
}

a{
	text-decoration: none;
  	color: #FF0F14;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", serif;
	margin: 0px;
	padding: 0.5em 0px 0px;
	color: #FFFFFF;
	font-style: italic;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}	
h4 {
	font-size: 1.0em;
	padding-left:2em ;
}
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

form{
 margin: 0px;
 padding: 0px;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#frontpage{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 800px;
}
#frontpage a {
	text-decoration: none;
	color: #000000;
}
#frontpage a hover{
	text-decoration: none;
	color: #cccccc;
}
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 800px;
}
#header{
	height: 158px;
}
#navigation {
	margin-left: 530px;
	text-align:right;
      }
#navigation a {
	white-space: nowrap;
}
#content {
	margin-left: 280px;
	text-align: left;
	padding-bottom: 10px;
}
#sidebar-left {
	position: relative;
	width: 250px;
	text-align: center;
	font-size: 90%;
	float: left;
}
#sidebar-left p {
	padding: 0.5em 0 0 0em ;
}
#sidebar-right {
	position: relative;
	width: 250px;
	font-size: 90%;
	text-align: center;
	float: right;
	margin-left: 10px;
}
#leftbox {
	position: relative;
	width: 250px;
	text-align: center;
	font-size: 90%;
	float: left;
	border: 1px solid #999999;
	margin-right: 10px;
}

#siteinfo{
	clear: both;
	font-size: 85%;
	font-style: italic;
}
/************** Text styles ***************/
.author {
font-style:italic;
}
.fancy1 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 120%;
	color: #FFFFFF;
	font-weight: bold;
}
/************** Image styles ***************/
.imageleft {
	float: left;
	padding-right: 10px;
}

.imageright {
	float: right;
	padding-left: 10px;
}

.imagegallery {
	padding: 7px;
	float: left;
	position: relative;
}
