body {
	background: #FFF;
	font-family: verdana;
	padding: 30px;
}
.clear {
	clear: both;
}
a {
	color: #FFF;
}
.wrapper {
	background: #000;
	width: 900px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 1px 14px #000;
	-moz-box-shadow: 0px 1px 14px #000;
	box-shadow: 0px 1px 14px #000;
	color: #FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.header img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.menu {
	background: url(images/bgsub.gif) repeat-x top center;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    padding-bottom: 15px;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 15px;
    text-align: center;
	margin: 0 auto;
	border-bottom: 2px solid #900;
-webkit-border-top-left-radius: 8px;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
	-webkit-box-shadow: 0px 1px 14px #000;
	-moz-box-shadow: 0px 1px 14px #000;
	box-shadow: 0px 1px 14px #000;
}
.menu ul {
	margin: 0;
	padding: 0;
}
.menu ul li {
    display: inline;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}
.menu ul li a {
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-color: #000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #3F0;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    white-space: nowrap;
    width: 100%;
	text-decoration: none;
}
.menu ul li a:hover {
	background: #3F0;
	color: #000;
}
.video h1, .video h2 {
	margin: 0;
	padding: 8px 0;
	font-size: 24px;
	text-align: center;
	background: url(images/bgsub.gif) repeat-x center center;
	text-shadow: 0 0 3px #000;
	font-family: 'Kaushan Script', cursive;
}
.bachelor {
	background: url(images/bachelorbg.gif) top center repeat-x;
	text-shadow: 0 0 3px #000;
}
.bachelor h2 {
	font-size: 24px;
	text-align: center;
	margin: 0;
	padding: 5px 0;
	font-family: 'Kaushan Script', cursive;
}
.d10reason {
	height: 328px;
	background: url(images/10reason.jpg) top center no-repeat;
}
.d10reason h2 {
	color: #FFF;
	text-shadow: 0 0 3px #000;
	font-size: 28px;
	margin: 0;
	padding: 8px 0 0 10px;
}
.d10reasontext {
	margin-left: 300px;
	font-size: 12px;
	margin-top: 100px;
	color: #000;
	font-weight: bold;
	line-height: 1.3em;
}
.tagtext {}
.tagtext h2,.tagtext h3 {
	margin: 0;
	padding: 12px 0;
	font-size: 18px;
	text-align: center;
	text-shadow: 0 0 3px #000;
}



















/*--gallery--*/
.gallery {
	list-style: none;
	margin: 0;
	padding: 0 0 40px 20px;
	font-size: 11px;
}
.gallery li {
	padding: 10px;
	margin: 0;
	float: left;
	position: relative;
	width: 100px;
	height: 150px;
}
.gallery li:hover img {
	border-color: #000;
}
.gallery img {
	background: #FF66CC;
	border: solid 1px #666;
	padding: 5px;
	width: 100px;
	height: 150px;
}
.gallery em {
	background: #222;
	color: #fff;
	font-style: normal;
	padding: 2px 8px 2px 15px;
	display: block;
	position: absolute;
	top: 140px;
	left: 5px;
	border: 1px solid #999;
}
.gallery a {
	text-decoration: none;
}




/*--mini gallery--*/
/* ---------- mini form gallery styles start here ----------------------- */
.mini-gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align:center;
}
.mini-gallery li {
	padding: 2px;
	margin: 0;
	float: left;
	position: relative;
	width:82px;
	height: 107px;
}
.mini-gallery li:hover img {
	border-color: #000;
}
.mini-gallery img {
	background: gray;
	border: solid 1px gray;
	padding: 4px;
	width:82px;
	height: 107px;
	z-index:1;
}
.mini-gallery em {
	font-size:9px;
	white-space:nowrap;
	background: black;
	color: #fff;
	font-style: normal;
	padding: 0px;
	display: block;
	position: absolute;
	top: 94px;
	left: 8px;
	border: 1px solid gray;
	z-index:100;
}
.mini-gallery a {
	text-decoration: none;
}
