@charset "utf-8";

body {
	color: #ccc;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #111111;
}
h1 {
	font-size: 24px;
}
p {
	font-size: 14px;
	font-weight: bold;
}
.pcenter {
	vertical-align: middle;
	text-align: center;
}

h2 {
	font-size: 18px;
	text-transform: uppercase;
}
a:link {
	color: #C90;
	text-decoration: none;
	font-size: 14px;
}
a:visited {
	color: #C90;
	text-decoration: none;
}
a:hover {
	color: #E4E2B8;
	text-decoration: none;
}
.medyellow {
	color: #CC9;
}
p, h1, h2, h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
	text-align: left;
}
h3 {
	font-size: 16px;
	color: #C90;
}


/*.content p.linkage a
{
	color: #fff;
	background: url('../images/bg/biglink_off.gif') center right no-repeat;
	padding: 10px 20px;
	text-decoration: none;
}

.content p.linkage a:hover
{
	background: url('../images/bg/biglink_on.gif') center right no-repeat;
	font-style: italic;
}*/

#myGallery
{
	text-align: left;
	margin: 0 auto;
width: 640px !important;
height: 480px !important;

}
