/*
Design by FlashTemplatesDesign.com
http://www.flashtemplatesdesign.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: auto;

}


p.margin {margin: 2% 4% 1%}

a:link {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

a:visited {
	color: #ffffff;
}

body {
	
	background: #ffffff url(images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #333333;
}

#main
{
margin: auto;
width: none;
background: #CC99FF;
}



#padding
{
padding-left: 1px;
}

#menu
{
width: 770px;
height: 65px;
background: url(images/buttons.gif) repeat-x;
border: 1px #FFFFFF solid;
margin-left: 0px;
}

/*
#menu ul {
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 79px;
	height: 0px;	
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	margin-left: 30px;
	padding-top: 23px;

}

#menu a:hover {
	width: 79px;
    height: 23px;
	text-decoration: underline;
}
*/
/*
#logo {
width: 742px;
height: 123px;
text-align: left;
padding-top: 165px;
padding-left: 40px;
}


#logo a {
	text-decoration: none;
	text-transform: lowercase;
	font-style: italic;
	font-size: 28px;
	color: #FFFFFF;
}
#logo H2 a
{
font-size: 12px;
}

*/
#left
{
	padding: 10px;
	width: 247px;
}

#left H3
{
width: 232px;
height: 27px;
font-size: 14px;
font-weight: bold;
padding-left: 15px;
padding-top: 15px;
text-transform: uppercase;
color: #000000;
background: url(images/title.gif) no-repeat;
}


#left ul {
	list-style: none;
	border-bottom: 1px solid #CC6029;
	border-left: 1px solid #CC6029;
	border-right: 1px solid #CC6029;
}

#left li ul {
	border: 0px;
	margin-left: 20px;
	margin-bottom: 10px;
}

#left li li {
	padding: 4px 20px;
    background: url(images/small.gif) no-repeat left;
}


#left a {
	color: #D72020;
}
#left a:visited {
	color: #D72020;
}

#left p
{
padding: 10px;
border-bottom: 1px solid #D72020;
border-left: 1px solid #D72020;
border-right: 1px solid #D72020;
}


#right
{
float: right;
width: 480px;
padding-right: 10px;
margin-right: 10px;
}

#right H4
{

	font-size: 12px;
	color: #CC6029;
}

#right a
{
color: #CC6029;
text-decoration: none;
}

#right p {

	padding-bottom: 10px;
}

#right h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #CC6029;
}
.date {
	text-align: right;
	color: #CC6029;
	font-size: 12px;
	text-transform: uppercase;
}

.date a {
	color: #CC6029;
}



#footer {
	height: 53px;
	padding-top: 20px;
	width: none;
	background: url(images/footer.gif) repeat-x;
	border-top: 5px solid #FF8C00;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}


/* Defining the gallery*//*
div.img
  {
  margin: 25px;
  border: 1px solid #000000;
  height: 200;
  width: 150;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #CC00CC;
  }
div.img a:hover img
  {
  border: 1px solid #FF9966;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 200px;
  margin: 1px;
  }
  */