﻿body
{
	color: #8B8B8B;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
}
a
{
	color: #FF4098;
}
h1, h2, h3,h4,h5,h6
{
	font-size: 14px;	
}

#frame
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	position:relative;
	margin-top: 70px;
	height: 450px;
	
/*	border: solid 1px #eee;*/
}
#left
{
	position: absolute;
	left: 0px;
	top: 0px;	
	height: 450px;
	
}

#center
{
	width: 500px;
	border-left: solid 2px #FF4098;
	position: absolute;
	top: 0px;
	left: 100px;
	height: 450px;
}
#animator
{
	width: 900px;
	border-left: solid 2px #FF4098;
	position: absolute;
	top: 0px;
	left: 100px;
	height: 450px;
	z-index:1;
	background-color:#fff;
}


#logo
{
	position:absolute;
	left:20px;
	top:0px;
	width: 163px;
	height: 18px;
	background-image: url('/images/logo.png');
	background-position: top left;
	background-repeat:no-repeat;
	
}

#right
{
	border-left: solid 2px #FF4098;
	position: absolute;
	top: 0px;
	left: 600px;
	height: 450px;
	width:130px;
	padding-left : 10px;
}
#bird
{
	background-image: url('/images/bird.png');
	width: 39px;
	height: 25px;	
	background-position:left top;
	background-repeat:no-repeat;
	position:absolute;
	left:-18px;
	top: -25px;
	
}


/* menu */
#menu
{
	position: absolute;
	bottom : 0px;
	width: 100px;
	
}
#menu a, #menu a:active, #menu a:visited
{
	text-decoration:none;
	color: #8B8B8B;
}
#menu a:hover
{
	color:#FF4098;
}

.menuitem
{
	line-height: 1em;
	font-size: 18px;
	width: 100px;
	height:30px;
	
}
.rightcoltext
{
	font-size: 10px;
	color: #8B8B8B;
	position:absolute;
	bottom:0px;
	font-family: Verdana, Sans-Serif;
	width: 150px;
}

.rightcoltext h1, .rightcoltext h2,.rightcoltext h3,.rightcoltext h4,.rightcoltext h5,.rightcoltext h6
{
	/*font-weight:bold;*/
	font-size:10px;
	color:#FF4098;
	margin:0px;
	padding:0px;
}

.rightcoltext p
{
	padding:0px;
	margin:0px;
}

/* gallery */
#gcontainer
{
    width:500px;
    height:450px;	
    overflow:hidden;
    position:relative;
}
#gmain
{
    position:relative;
	left: 0px;
    top: 32px;	
}
.gpage 
{
    margin-left:45px;	
    margin-right:45px;
    width: 410px;
    border-collapse: collapse;
    height: auto;
}
.gpage td
{
    padding: 5px;	
    
    vertical-align:middle;
    text-align:center;
    
}
.gpage td img
{
	max-width: 130px;	
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
a img
{
	border: none;	
}

#textcontent
{
	position:absolute;
	top: 30px;	
	width :470px;
	left: 21px;
	height: 415px;
	color: #8B8B8B;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
}

#textcontent table td
{
vertical-align:top;	
}
