﻿body
{
	margin:0px;
	padding:0px;
	font-family:Verdana;
	font-size: smaller;
}
.all
{
	padding:3px;
	background-color:#FFFFFF;
}
.header
{
 height:200px;
 width:100%;	
 background-image:url('images/HeaderNew.jpg');
 background-repeat:no-repeat;
 
}
/*  MAIN LAYOUT  */
.mainTable
{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#141414;
}

.leftSide
{
 width:15%;
 background-color:#141414;
}

.rightSide
{
  
 background-color:#141414;
}

.content
{
	width:800px;
	min-width:800px;
}

/* MENU */

.menu
{
	height:25px; 
	padding-left:1%;
	padding-top: 3px;
	overflow:hidden;
	background-color:#000;
	color:#FFFFFF;
	font-family:Verdana;
	 
}

#menu a
{
	color:#FFF;
    text-decoration:none;
    font-size:large;
    
}

#menu a:hover
{
	color: #FF7632;
}

.hover_menu
{
	background-color:#949494;
	padding-left:2%;
	width:98%;
	height:18px;
	padding-top:2px;
}

#hover_menu a
{
	 
	color:#000;
	text-decoration:none;
	font-size:small;
}

#hover_menu a:hover
{
	 
	color:#000;
	text-decoration:overline;
	 
}

.contentTop
{
	height:250px;
	background-color:#2F2F2F;
}
.contentBottom
{
	height:405px;
	background-color:#FFF;
}

.contentBottomLeft
{
	float:left;
	width:50%;
	height:405px;
	background-color:#949494;
}

.contentBottomRight
{
	float:left;
	width:50%;
}

.footer
{
	background-color:#2F2F2F;
	width:100%;
	height:50px;
}

/* Rounded Corners  */

.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}


/*  */

div.autosize { display: table; width: 1px; }
div.autosize > div { display: table-cell; }


#galleryLink a
{
	color:#FFFFFF;
	text-decoration:none;	
}

#galleryLink a:hover
{ 
	text-decoration:underline;	
}

.thumb
{
	background-color:#FFFFFF;
	padding:2px;
	border: solid 1px #000;
 
}