/* start gallery css */

body {
	background-color: #121212;
	margin: 0;
	padding: 0;
}

h1
{
	color: #fff;
	font-size: 47px;
	font-weight: bolder;
	margin: 0 40px;
	padding: 0.08em 0;
}

h1 sup
{
	color: #ddd;
}

h1 a
{
	color: #fff;
	text-decoration: none;
}

h1 .company, h1 a .company
{
	color: #d01a71;
}

h2
{
	color: #ddd;
	font-size: 2.5em;
}

h3
{
	color: #fff;
	font-size: 1.5em;
}

h4
{
	font-size: 1.3em;
}

.content
{
	margin: 0 0px;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }

/*.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;
}

/* end gallery css */


/* start site css */

.contentSmall
{
	color: #333333;
	font-family: 'Microsoft Sans Serif', Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
}

.contentMedium
{
	color: #999999;
	font-family: 'Microsoft Sans Serif', Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}

a:link {
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none
}

a:visited {
	font-weight: normal; 
	color: #FFFFFF; 
	text-decoration: none
}

a:active {
	font-weight: normal; 
	color: #B2B2B2; 
	text-decoration: none
}

a:hover {
	font-weight: normal; 
	color: #B2B2B2; 
	text-decoration: none
}

a:link.credit {
	font-weight: normal; 
	color: #4B4949; 
	text-decoration: none
}

a:visited.credit {
	font-weight: normal; 
	color: #4B4949; 
	text-decoration: none
}

a:active.credit {
	font-weight: normal; 
	color: #4B4949; 
	text-decoration: underline
}

a:hover.credit {
	font-weight: normal; 
	color: #4B4949; 
	text-decoration: underline
}

/* end site css */