@charset "utf-8";
/* Natalie Crowe Designs CSS Document */

html>body {
	background-color:#000000;
	font-family:arial;
}
h1, h2{
font-size: 14px;
letter-spacing:3px;text-transform:uppercase;
}

body, td, th {
	color: #CCCCCC;
}
#container {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
	background-image: url(/cms/images/contentbg.jpg);
	background-repeat: repeat;
	border: 2px solid #666666;
}
#container2 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(/cms/images/contentbg.jpg);
	background-repeat: repeat;
	border: 2px solid #666666;
}
#top {
	background-color:#333333;
	background-repeat: repeat-x;
}
#topleft {
	float: left;
	width: 555px;
}
#loginform {
	float:left;
	width: 300px;
	margin: 20px 0 0 0;
}
#topbutterflies img{
	margin: 0 0 0 -1px;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
}
#topnav {
	background-image: url(/cms/images/navbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 50px;
}
#navtabs{
	float: left;
	width: 700px;
	padding: 0px 0px 0px 30px;
	font-variant: small-caps;
	text-transform: capitalize;	/*margin: -20px 0px 20px 30px;*/
}

#navtabs a{
	text-decoration: none;
	color:#9966CC;
	padding: 0px 10px 0 10px;
	font-weight:bold;
}
#navtabs a:hover{
	text-decoration: underline;
	color: #FFFFFF;
	font-weight:bold;
}
#navtabs a:active{
	text-decoration: underline;
	color:#9966CC;
	font-weight:bold;
}
#navtabs a:visited{
	font-weight:bold;
}

#youraccounticon {
	width: 40px;
	float: left;
	height: 49px;
	padding-top: 1px;
	margin-left: 35px;
}
#content {
}
#contentleft {
	width:720px;
	float: left;
	margin-left: 40px;
	margin-right: 40px;
	text-align: justify;
}
#contentleft p{
	font-size: 14px;
}
#contentright {
	width:155px;
	float:left;
	font-variant: small-caps;
	text-transform: capitalize;
}
.contentlinks {
	padding: 0 0 0 10px;
}
.contentlinks a{
	text-decoration: none;
	padding-top: 5px;
	color:#9966CC;
}
.contentlinks a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
.contentlinks a:active{
	text-decoration: underline;
	color:#339966;
}
.contentlinks a:visited{
}
#footerbutterflies {
	background-image: url(/cms/images/bottombutterflies.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	height: 100px;
	margin: 10px 0px 0px 0px;
	font-size: 12px;

}
.copyright{
	letter-spacing:3px;
	text-transform:uppercase;
}
body> div#footerbutterflies {
	background-image: url(/cms/images/bottombutterflies.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: center;
	height: 100px;
	margin: -60px 0px 0px 0px;!important
	letter-spacing:3px;
	text-transform:uppercase;
	font-size: 12px;
}

#footer {
	background-image: url(/cms/images/bottombg.jpg);
	background-repeat: repeat-x;
	height: 99px;
	font-size: 10pt;
	background-color: #333333;
}
#footerleft {
	float: left;
	width: 454px;
}
#footercontact {
	width: 300px;
	float: left;
	height: 98px;
	padding-top: 5px;
	padding-bottom: -5px;
}
#footercontact a{
	text-decoration: none;
	padding-top: 5px;
	color:#9966CC;
}
#footercontact a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
#footercontact a:active{
	text-decoration: underline;
	font-weight: bold;
	color:#339966;
}
#footercontact a:visited{
}
#footerpublish {
	float: left;
	width: 200px;
	height: 98px;
}
#porttab a img{
	border: none;
}

a {
	color:#FFFFFF;
	text-decoration: underline;
}

a:hover {
	color:#9966CC;
	text-decoration: underline;
}
a: active{
	color: #ffffff;
	text-decoration: underline;
	
}
a: visited{
	color: #ffffff;
	text-decoration: underline;
}

a img {
	border:none;
}

a:hover img {
	border:none;
}
a: activeimg {
	border:none;
	
}
a: visited img {
	border:none;
}
#alert {
	display:none;
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	background-color: #663399;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	font-size: 12px;
	letter-spacing:3px;
	text-transform:uppercase;
	font-weight: bold;
	padding: 5px;
	width: 955px;
	margin: 0 auto 0 auto;
	*/}