@charset "UTF-8";
body  {
	margin: 10; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #cdc8de;
	background-image: url(../images/creative_signs_background.gif);
	background-repeat: repeat-x;
	line-height: 120%;
}
.container {
	width: 724px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	height: 500px;
} 
.header {
	background-color: #ffffff;
	height: 37px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 724px;
	margin: 0px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	width: 213px;
	text-align: left;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	width: 213px;
	text-align: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bottom {
	width: 724px;
	margin: 0px;
	height: 18px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/creative_signs_footer.png);
	background-repeat: no-repeat;
	float: left;
} 
.MainContent {
	height: 430px;
	width: 724px;
}
.navigation {
	float: left; /* since this element is floated, a width must be given */
	width: 656px;
	font-size: 80%;
	height: 430px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.menu2 {
	float: left;
	width: 331px;
	height: 73px;
	padding: 0px;
	margin-top: 57px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.logo {
	float: right;
	width: 131px;
	height: 128px;
	margin: 0px;
	padding: 0px;
}
.footer {
	width: 724px;
	text-align: center;
	color: #666666;
	font-size: 60%;
	margin: 0px;
	padding: 0px;
}
.flash {
	float: right;
	height: 344px;
	width: 322px;
	margin: 0px;
	padding: 0px;
}
.introtext {
	float: left;
	width: 380px;
	margin-left: 34px;
	height: 316px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.introtextGallery {
	float: left;
	width: 849px;
	margin-left: 34px;
	height: 316px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.introtext2 {
	float: left;
	width: 380px;
	margin-left: 34px;
	height: 316px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 80%;
}
.bottomGallery {
	width: 985px;
	margin: 0px;
	height: 34px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #DDDDDD;
	background-image: url(../images/foot.jpg);
	background-repeat: no-repeat;
}
.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 34px;
	background-image: url(../images/creative_signs_lhs.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 430px;
}
.sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 34px;
	background-image: url(../images/creative_signs_rhs.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 430px;
}
.sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 34px; /* padding keeps the content of the div away from the edges */
	background-color: #EBEBEB;
	background-image: url(../images/left-hand.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	height: 316px;
	padding: 0px;
}
.sidebar4 {
	float: right; /* since this element is floated, a width must be given */
	width: 34px; /* padding keeps the content of the div away from the edges */
	background-color: #EBEBEB;
	background-image: url(../images/right-hand.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 316px;
}
.60years {
	float: right; /* since this element is floated, a width must be given */
	width: 131px;
	margin: 0px;
	padding: 0px;
	height: 130px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;	
}
.leftcontent {
	float: left; /* since this element is floated, a width must be given */
	width: 488px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	height: 350px;
	padding: 0px;
}
.leftcontentGallery {
	float: left; /* since this element is floated, a width must be given */
	width: 985px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	height: 400px;
	padding: 0px;
}
.LeftHandSide {
	float: right; /* since this element is floated, a width must be given */
	width: 322px;
	margin: 0px;
	padding: 0px;
	height: 694px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.link:link {
	color: #8351A1;
	text-decoration: none;
}
a.link:visited {
	text-decoration: none;
	color: #8351A1;
}
a.link:hover {
	text-decoration: underline;
	color: #999999;
}
a.link:active {
	text-decoration: none;
	color: #8351A1;
}
.InternalHeading {
	font-size: 120%;
}
.PurpleBox1 {
	background-color: #8351A1;
	float: right;
	width: 256px;
	color: #FFFFFF;
	font-size: 70%;
	height: 350px;
	clip: rect(auto,auto,20px,auto);
}
.PurpleBox2 {
	background-color: #8351A1;
	width: 639px;
	color: #FFFFFF;
	font-size: 80%;
	height: 110px;
	clip: rect(auto,auto,20px,auto);
	margin-left: 8px;
}
.bottom-purple-box {
	float: left;
	margin-left: 8px;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-image: url(../images/creative_signs_arrow.gif);
	line-height: 150%;
}
.Whitepad {
	height: 350px;
	width: 32px;
	float: left;
	background-color: #FFFFFF;
}
.ContactDetails {
	text-align: center;
	padding: 0px;
	margin-top: 8px;
}
.MiddleContent {
	height: 190px;
}
.MainContentLinks {
	height: 480px;
	width: 724px;
}
.MiddleContentLinks {
	height: 220px;
}
.sidebar1Links {
	float: left; /* since this element is floated, a width must be given */
	width: 34px;
	background-image: url(../images/creative_signs_lhs.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 460px;
}
.sidebar2Links {
	float: right; /* since this element is floated, a width must be given */
	width: 34px;
	background-image: url(../images/creative_signs_rhs.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	height: 460px;
}
.navigationLinks {
	float: left; /* since this element is floated, a width must be given */
	width: 656px;
	font-size: 80%;
	height: 460px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
