body {
	color: #ccc;
	font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	margin: 5 5;
	padding: 0;
	font-size: 0.8em;
	background: #111  url('../images/bg/gradient1.gif') top left repeat-x;
}
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;
}

.menu
{
	margin: 0 1px;
}

TD.menu {
	background-color: #222222
}

TD.slideshow{
	background-color: #111
}

A.menu:link {color:#AAAAAA;
	text-decoration: none}
A.menu:visited {color:#AAAAAA;
	text-decoration: none}
A.menu:active {color:#AAAAAA;
	text-decoration: none}
A.menu:hover {color:#FFFFFF;
	text-decoration: none}

A.content:link {color:#AAAAAA;
	text-decoration: none}
A.content:visited {color:#AAAAAA;
	text-decoration: none}
A.content:active {color:#AAAAAA;
	text-decoration: none}
A.content:hover {color:#FFFFFF;
	text-decoration: none}

TD.copyright {
	font-size: 0.6em;

}

A.body:link {color:#ccc;
	text-decoration: none;
	font-weight: bold}
A.body:visited {color:#ccc;
	text-decoration: none;
	font-weight: bold}
A.body:active {color:#ccc;
	text-decoration: none;
	font-weight: bold}
A.body:hover {color:#FFFFFF;
	text-decoration: underline;
	font-weight: bold}


.content
{
	margin: 0 5px;
}

.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
{
	image-align: top;
	text-align: left;
	margin: 0 auto;
}

#myCarousel
{
    text-align: left;
    margin: 0 auto;
    float: center; /* Same as your gallery is set to */
    width:400px; /* Adjust this to your picture width + 2 */
    height:110px;
    overflow:hidden;
    background: #000000;
}

#myInfoContainer
{
    text-align: center;
    margin: 0 auto;
    float: center; /* Same as your gallery is set to */
    width:400px; /* Adjust this to your picture width + 2 */
    height:50px;
    overflow:hidden;
    background: #111;
	font-size: 10px;
}