/* PAGE/GENERAL */

*
{
	margin: 0;
	padding: 0;
	text-decoration: none;
}

a:link
{
	color:#0289E2;
	text-decoration: none;
}

a:visited
{
	color:#0289E2;
}

a:hover
{
	color:#0289E2;
	text-decoration: underline;
}

html
{
	height: 100%;
}

body
{
	background-color: #CCCCCC;
	background-image: url(../images/body_bg.gif);
	background-position: top left;
	color: #2D2D2D;
	line-height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif, ƒqƒ‰ƒMƒmŠpƒS Pro W3, Osaka, MS P ƒSƒVƒbƒN;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: left;
}

#page
{
	position: absolute;
	width: 568px;
	margin: 0;
	padding-bottom: 25px;
	text-align: left;
}

h2
{    
    font-size:120%;
	margin-bottom: 15px;
}

h3
{    
    font-size:110%;
}

li
{
	margin-left: 15px;
	list-style-type: disc;
}

p
{
    margin-top: 20px;
}

.linkURL
{
    font-weight:bold;
	float: right;
}


.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/* LOGO */

#logo
{
	position: absolute;
	width: 63px;
	height: 63px;
	overflow: hidden;
	margin: 25px 0 0 171px;
	z-index: 10;
	background-image: url(../images/logo.gif);
}

/* MENU */

#menu li
{
	position: absolute;
	margin-top: 15px;
	list-style-type:none;
	font-size: 10px;
	z-index: 30;
}

#menuHome
{
	margin: 15px 0 0 199px;
	font-weight:bold;
}

#menuHome a:link
{
	color: #534741;
	text-decoration: none;
}

#menuHome a:visited
{
	color: #534741;
}

#menuHome a:hover
{
	text-decoration: underline;
}

#menuPortfolio
{
	margin: 15px 0 0 282px;
	font-weight:bold;
}

#menuPortfolio a:link
{
	color: #FF4040;
	text-decoration: none;
}

#menuPortfolio a:visited
{
	color: #FF4040;
}

#menuPortfolio a:hover
{
	text-decoration: underline;
}

#menuCompany
{
	margin: 15px 0 0 370px;
	color:#0286E2;
	text-decoration:none;
	font-weight:bold;
}

#menuCompany a:link
{
	color:#0286E2;
	text-decoration: none;
}

#menuCompany a:visited
{
	color:#0286E2;
}

#menuCompany a:hover
{
	text-decoration: underline;
}

#menuPress
{
	margin: 15px 0 0 471px;
	font-weight:bold;
}

#menuPress a:link
{
	color:#00A533;
	text-decoration: none;
}

#menuPress a:visited
{
	color:#00A533;
}

#menuPress a:hover
{
	text-decoration: underline;
}


/* MAIN */

#mainContent
{
	display: inline;
	margin: 20px 0 0 69px;  
	width: 445px;
	float: left;
}

#mainContentTitle
{
	display: inline;
	margin: 20px 0 15px 0;  
	width: 445px;
	height: 30px;
	float: left;
	background-repeat: no-repeat;
}

#mainContentTexts
{
	display: inline;
	margin: 0;  
	float: left;
}

#pageBottom
{
	clear: both;
	width: 583px;
	height:64px;
	margin-left: 0;
	margin-top: 0;
	background-image:url(../images/page_bottom.gif);
	background-color: #CCCCCC;
	background-repeat: no-repeat;
}



/* FOOTER */

#footer
{
	position: absolute;
	width: 446px;
	margin-left: 70px;
	margin-top: 10px;
	color: #FFFFFF;
	text-align:center;
	letter-spacing: 0;
}

#footerLinks
{
	color: #FFFFFF;
	font-size: 100%;
}

#footerLinks a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

#footerLinks a:visited
{
	color: #FFFFFF;
}

#footerLinks a:hover
{
	text-decoration: underline;
}

#copyright
{
	margin: 16px 0;
	background-image:url(../images/copyright.gif);
	background-repeat: no-repeat;
	width: 446px;
	height: 10px;
	background-position: center;
	letter-spacing: 0;
}