/* CSS Document */

/* MAIN */

.main_img{
	
	border: solid 1px #333333;
	margin: 7px !important;	/* ALL BROWSERS */
	margin: 7px;				/* IE 6.x/Win	*/
	margin/**/:/**/7px;			/* IE 5.x/Win	*/
	
	padding: 0px !important;		/* ALL BROWSERS */
	padding: 11px;				/* IE 6.x/Win	*/
	padding/**/:/**/11px;			/* IE 5.x/Win	*/
}

h1{	
	padding:10px;
	color:#4b81dd; 
}

h2{	
	padding:25px;
	color:#dddddd;
	font-style:italic;
	font-size: 18px;
	padding: 5px 5px 5px 25px;
	margin: 0px;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #DCE5EF;
	text-align:center;
}

#wrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: center;
}


.copyright {
	color: #222222;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #4B81DD;
	font-style: normal;
}
a:hover {
	text-decoration: underline;
	color: #4B81DD;
	font-style: normal;
}









/* NAVIGATION */

#index_nav{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align:center;
	font-weight:bold;
}

#index_nav a {
	text-decoration: none;
	color: #4b81dd;
	font-style: normal;
	margin-bottom: 5px;
	
}

#index_nav a:hover {
	text-decoration: underline;
	color: #4b81dd;
	font-style: normal;
}

#main_nav{
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	width: 800px;
}

#main_nav a{
	text-decoration: none;
	color:#1F2B5B;
	margin-left: 40px !important;	/* ALL BROWSERS */
	margin-left: 45px;				/* IE 6.x/Win	*/
	margin-lect/**/:/**/45px;			/* IE 5.x/Win	*/
	
	
				
}





#main_nav a:hover {
	color: #FFFFFF;
}

.dark_border{
	border-top: 1px solid #222222;
	border-bottom: 1px solid #222222;
	padding-top:3px;
	padding-bottom: 5px;	
}



/* INDEX */

.index_table {
	border: 1px solid #222222;
	background-color: #FFFFFF;
	width: 800px;
}

.index_grey {
	background-color: #545454;
	border-top: 1px solid #222222;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222222;
}

.index_blue {
	background-color: #4B81DD;
	border-top: 1px solid #222222;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #222222;
}
.index_darkgrey {
	background-color: #222222;
	border-top: 1px solid #222222;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #242424;
}
.index_contactinfo {
	color: #FFFFFF;
	text-align: right;
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	margin-top: 100px;
	font-size: 12px;
}
.index_welcome {
	color: #DDDDDD;
	text-align: right;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.index_pnav {
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	margin-top: 50px;
	width: 250px;
	margin-bottom: 10px;
}

.index_contactinfo a {
	text-decoration: none;
	color: #242424;
	font-style: normal;
}
.index_contactinfo a:hover {
	text-decoration: underline;
	color: #242424;
	font-style: normal;
}
.index_pnav a {
	text-decoration: none;
	color: #FFFFFF;
	font-style: normal;
}
.index_pnav a:hover {
	text-decoration: underline;
	color: #242424;
	font-style: normal;
}


/* GALLERY */

.gallery_table{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #222222;
	width: 800px;
}



/* ATTA GIRLS */

.atta_girl_copy {
	color: #DDDDDD;
	text-align: left;	
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
}

.atta_girl_copy2 {
	color: #DDDDDD;
	text-align: left;	
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 25px;
	padding-right: 15px;
}

.atta_girl_copy3 {
	color: #DDDDDD;
	text-align: left;	
	font-size: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 30px;
	padding-right: 15px;
}


/* GALLERY STYLES */

.gallery_wrapper{
	height:800px;
	background-color: #222222;
	text-align: center;
}

#flashcontent{
	height:800px;
	width:800px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../images/gallery_shim.gif);
	background-repeat:repeat-x;
}

#GalleryInfo{
	background-color:#333333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align: center;
}

#GalleryInfo h1{
	font-size:18px;
}

#GalleryInfo p{
	font-size:10px;
	color:#DDDDDD;
}