/********************************************************************/
/* www.seanchaifilms.net						                            */
/* Style01 CSS Page								          */
/* K.M. Jones May 2006								*/
/********************************************************************/


/* @import url("menu.css"); */


/* The blocks are ordered tope left top right, bottom left , bottom right */

Body {
	position: relative;
	border-style: solid;
	border-width: 0px;
	border-color: #ff0000;
	top:20px;
	/* background: url('/images/layout/Background05.png') no-repeat 0px 0px;  */
    background-position: 50% 5px;
	color: #000;
	background-color: #efe;
    width:800px;
	/* text-align: left; */
	margin: 0 auto;
	font: 14pt/14pt Verdana;

}
  
a:link.mainnavlink {
	color:#006F3C;
	text-decoration: underline;
	font-weight:500;
	font: 12pt/10pt Verdana;
}
a:visited.mainnavlink {
	color:#006F3C;
	text-decoration: underline;
	font-weight:500;
	font: 12pt/10pt Verdana;
}
a:hover.mainnavlink {
	color:#AA6F3C;
	text-decoration: underline;
	font-weight:500;
	font: 12pt/10pt Verdana;
} 

h1 { 
	border-style: solid;
	border-width: 0px;
	border-color: #ff0000;
	font-weight:500;
	font: 10pt/10pt Verdana;
	
}

.title {
	Position: relative;
	border-style: solid;
	border-width: 0px;
	border-color: #ff0000;
	text-align: center;
	Left: 10px;
	width:780px;
} 

.Footer {
	Position: relative;
	border-style: solid;
	border-width: 0px;
	border-color: #ff0000;
	top: 0px;
	Left: 10px;
	width:780px;
} 
.PageFooter {
	Position: relative;
	border-style: solid;
	border-width: 0px;
	border-color: #ff0000;
	top: 0px;
	Left: 10px;
	width:780px;
	display: block;
	margin-left: auto;
    margin-right: auto;
	text-align : center;
} 


#Content {
	Position: relative;
	border-style: solid;
	border-width: 0px;
	border-color: #ff0000;
	text-align: center;
	Top:0px;
	Left:10px;
	Width:780px;
}

.AlignRight {
    text-align: right;
    POSITION: static;
}
.AlignLeft {
    text-align: left;
    POSITION: static;
}
.AlignJustify {
    text-align: Justify;
    POSITION: static;

}

.AlignJustify  img{
	float: right; 
    margin: 16px;
}



table#layout {
	border-style: solid;
	border-width: 0px;
	border-color: #ff0000;
	width: 100%;
	text-align: left;
}

.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    display: block;
	margin-left: auto;
    margin-right: auto;
	text-align : center;
}
.large {
	font: 16pt/18pt Verdana;
	/* font-size: 200%; */
	color:#006F3C;
    text-align: left;
}
.italic {
	font: 12pt/14pt Verdana;
	/* font-size: 200%; */
	color:#006F3C;
    text-align: left;
	font-style: italic;
}


.small {
	font-size: 50%;
}
.LargerText
{
	font-size:1.2em;
	line-height:1.2em;
}

.SmallerText
{
	font-size:0.8em;
	line-height:0.8em;
}











