@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}



body {
	background-image: url(mn1.png);
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #FFF;
	background-attachment: fixed;
	background-color: #000;
}

.img {
padding-right: 5px;
}

.bar {
margin-bottom: 5px;	
}

a, a:visited {
	color: #936;
	text-decoration: none;	
}

a:hover {
	color: #39F;
	text-decoration: none;
}

b {
	color: #933;
	font-weight: bold;
}

strong {
	font-size: 14px;
	color: #C00;
}

r {
	font-weight: bold;
	color: #F00;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




#flyer {
	float: none;
	clear: both;
	max-width: 490px;
	height: 250px;
	background-color: #111;
	background-image: url(img/head.png);
	background-repeat:no-repeat;
	padding-left: 40px;
	margin-bottom: 5px;
}	
	
.gridContainer {
	max-width: 999px;
	margin: auto;
}


#header {
	display: none;	
}



#header_mobile {
	
	clear: both;
	width: auto;
	display: block;
	background-color: #000;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	
}




#LayoutDiv1 {
	clear: both;
	width: auto;
	display: block;
	background-color: #000;
	border-radius: 10px;
}


#content {
	clear: both;
	width: auto;
	margin-right: 5px;
	margin-left: 5px;
	display: block;
	border-radius: 10px;
	margin-bottom: 10px;
	background-image: url(dark_embroidery.png);
	background-repeat: repeat;
}

#text, #text1, #text2, #textleft, #textright {
	clear: both;
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	display: block;
}

#bar {
	background-color: #222222;
	background-image: url(img/head.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 32px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;

}


#bar1, #bar2 {
	background-color: #111;
	background-image: url(img/head.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 5px;
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;

}



#pro {
	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #5360a7;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 5px;
	font-weight: bold;
	
}

#pro1 {
	clear: both;
	border-bottom-left-radius: 10px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #5360a7;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 5px;
	font-weight: bold;
	width: auto;
}

.social {
	clear: both;
	background-color: #222222;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;

		border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}



.footer {
	clear: both;
	background-color: #222222;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
		border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


.floating-menu {
	font-family: sans-serif;
	padding: 5px;
	width: 40px;
	z-index: 100;
	position: fixed;
	top: 0px;
	left: 0px;
	font-size: 18px;
	display: block;

}	
	
	

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/




@media only screen and (min-width: 490px) {
.gridContainer {
	max-width: 999px;
	margin: auto;
}


#flyer {
	float: right;
	width: 180px;
	height: 250px;
	background-color: none ;
	background-image: none ;
    padding: 0px;

}


#header {
	display: none;	
}



#header_mobile {
	
	clear: both;
	width: auto;
	display: block;
	background-color: #000;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	
}




#LayoutDiv1 {
	clear: both;
	width: auto;
	display: block;
	background-color: #000;
	border-radius: 10px;
}


#content {
	clear: both;
	width: auto;
	margin-right: 5px;
	margin-left: 5px;
	display: block;
	border-radius: 10px;
	margin-bottom: 10px;
	background-image: url(dark_embroidery.png);
	background-repeat: repeat;
}

#text, #text1,  #textleft, #textright {
	clear: both;
	width: auto;
	margin-left: 5px;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	display: block;
}

#text2 {
	display: block;
width: 205px;	
float: left;	
}

#text4 {
	display: block;
	width: 450px;
float: left;	
}



#bar {
	background-color: #222222;
	background-image: url(img/head.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 32px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;

}


#bar1, #bar2 {
	background-color: #111;
	background-image: url(img/head.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 5px;
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;

}

#pro {
	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #5360a7;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 5px;
	font-weight: bold;
	
}

#pro1 {
	clear: both;
	border-bottom-left-radius: 10px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #5360a7;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 5px;
	font-weight: bold;
	width: auto;
}

.social {
	clear: both;
	background-color: #222222;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;

		border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}



.footer {
	clear: both;
	background-color: #222222;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
		border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


.floating-menu {
	font-family: sans-serif;
	padding: 5px;
	width: 40px;
	z-index: 100;
	position: fixed;
	top: 0px;
	left: 0px;
	font-size: 18px;
	display: block;

}

#profile1 {
	clear: both;
	max-width: 350px;
	padding-bottom: 10px;
	margin: auto;
	padding-top: 10px;
	display: block;
	border-radius: 10px;
	background-repeat: repeat;
}



#profile2 {
	clear: both;
	margin: auto;
	max-width: 350px;
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
	border-radius: 10px;
	background-repeat: repeat;
}




}

@media only screen and (min-width: 1000px) {


#flyer {
	float: right;
	width: 180px;
	height: 250px;
}

.gridContainer {
	max-width: 1000px;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	width: 1000px;
	display: block;
	background-color: #000;
	border-radius: 10px;
}

#header_mobile {
display: none;	
}

#header {
	clear: both;
	float: left;
	width: 1000px;
	display: block;
	background-color: #000;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}


#content {
	clear: none;
	float: left;
	width: 960px;
	margin-right: 30px;
	margin-left: 20px;
	display: block;
	border-radius: 10px;
	margin-bottom: 10px;
	background-image: url(dark_embroidery.png);
	background-repeat: repeat;
}

#text {
    clear: none;
	width: 900px;
	padding-top: 5px;
	margin: auto;
	padding-bottom: 10px;


}

#text1 {
	float: left;
	width: 440px;
	padding-bottom: 10px;
	margin-right: 14px; 
	padding-top: 10px;
	display: block;
	border-radius: 10px;
	background-repeat: repeat;
}

#text4 {
	width: 470px;
	float: left;
	margin-right: 0px; 
	padding-top: 10px;
	display: block;
	border-radius: 10px;
	background-repeat: repeat;
}


#text3 {
	float: left;
	width: 440px;
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
	border-radius: 10px;
	background-repeat: repeat;
}


#text2 {
	clear: left;
	float: left;
	width: 200px;
	padding-bottom: 10px;
	margin-right: 10px; 
	padding-top: 10px;
	display: block;
	border-radius: 10px;
	background-repeat: repeat;
}




#textleft {
	clear: none;
	float: left;
	width: 575px;
	margin-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
	border-radius: 10px;

}

#textright {
	clear: none;
	float: right;
	width: 300px;
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
	border-radius: 10px;
	
}


#bar {
	background-color: #222222;
	background-image: url(img/head.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 32px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-weight: bold;

}


#bar1 {
	background-image: url(img/head.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 10px;
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;

}



#bar2 {

	background-image: url(img/head.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 25px;
	color: #fff;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;

}


#pro {
	
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #5360a7;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 5px;
	font-weight: bold;
	
}

#pro1 {
	clear: both;
	border-bottom-left-radius: 10px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #5360a7;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 5px;
	font-weight: bold;
	width: 880px;
}

.social {
	clear: both;
	background-color: #222222;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	text-align: center;
	margin-top: 10px;

		border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}



.footer {
	clear: both;
	background-color: #222222;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
		border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.floating-menu {
	display: none;

}

.bar {
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-weight: bold;
	
}


#profile1 {
	clear:none;
	float: left;
	width: 290px;
	padding-bottom: 10px;
	margin-right: 14px; 
	padding-top: 10px;
	display: block;
	border-radius: 10px;
	background-repeat: repeat;
}



#profile2 {
	clear:none;
	float: left;
	width: 290px;
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
	border-radius: 10px;
	background-repeat: repeat;
}




}