/*
	Standard font family and color for site
*/

body, a, p, h1, h2, h3, h4, h5
{
	font-family: arial, helvetica, sans-serif;
	color: #000000;
}


/*
	Standard paragraph style
*/

p
{
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 10px;
}


/*
	Links
*/

a:link, a:active
{
	color: #0000ff;
	font-size: 13px;
	text-decoration: none;
}


a:visited
{
	color: #0000ff;
	font-size: 13px;
	text-decoration: none;
}

a:hover
{
	color: #ffcc33;
	text-decoration: underline;
}


/*
	Headings
*/

h1, h2, h3, h4, h5
{
	margin: 0px;
}

h1
{
	font-size: 13px;
}

h2
{
	font-size: 13px;
}

h3
{
	font-size: 13px;
}


/*
	Standard images
*/

img
{
	border: none;
	background-color: #FFFFFF;
}


/*
	Page header top area
*/

#header-top
{
	height: 100px;
	width: 100%;
	background-color: #FFFFFF;
}


/*
	Logo
*/

#logo
{
  float: right;
	padding-right: 11px;
	padding-top: 45px;
  height: 33px;
}


/*
	Page footer area
*/

#page-footer
{
  text-align: center;
	padding-top: 1em;
}


/*
	Page body style (main page)
*/

body#main
{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	background-color: #ffffff;
	background-repeat: repeat-y;
	
	color: #666699;
}


/*
	Middle row (main page)
*/

#middle-row-main
{
  background-color: #3300ff;
  width: 100%;
}


/*
	Photo (main page)
*/

#photo-main
{
	position: absolute;
}


/*
	Menu (main page)
*/

#menu-main
{
  text-align: right;
	margin-right: 11px;
  /* height + padding should equal 233px */
  height: 210px;
  padding-top: 23px;
}

#menu-main a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
}

#menu-main a:hover
{
	color: #ffcc33;
}


/*
	Content area (main page)
*/

#page-content-main
{
	background-color: #FFFFFF;
	margin-left: 315px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 23px;
	padding-bottom: 5px;
	background-repeat: repeat-y;	
	
}


/*
	Page body style (sub page )
*/

body#sub
{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	background-repeat: repeat-y;
	background-position: right;
	background-color: #FFFFFF;
}


/*
	Title (sub page)
*/

#sub-title
{
	color:#3300FF;
	position: absolute;
	top: 20px;
	font-family: impact, arial, helvetica, sans-serif;
	font-size: 50px;
	left: 11px;
}


/*
	Menu (sub page)
*/

#menu-sub
{
	text-align: right;
	padding-top: 61px;
	padding-right: 11px;
}

#menu-sub a
{
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
}

#menu-sub a:hover
{
	color: #ffcc33;
}


/*
	Right column (sub page)
*/

#right-column-sub
{
	float: right;
	width: 315px;
	background-color: #3300FF;
	height: 650px;	
}


/*
	Content area (sub page)
*/

#page-content-sub
{
	margin-right: 315px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 75px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
