/** Initialization Styles **/

* {
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,blockquote,form,label,ul,ol,dl,fieldset,address,input{
	margin:0.5em 0;
}
ul{
	margin-left:2em;
}
fieldset{
	padding:.5em;
}

/** Default Styles **/

body {
	font: normal 76.1%/1.2em Verdana, Arial, Helvetica, sans-serif;
	background:#000;
	text-align:center;
}
h1 { 
	font-size:1.4em;
	font-weight:bold;
	line-height:1.5em;
}
h2 {
	font-size: 1.4em;
	line-height: 1.5em;
	font-style:italic;
}
h3 {
	font-size: 1.3em;
	line-height: 1.4em;
}
h4 {
	font-size: 1.3em;
	line-height: 1.4em;
	font-style:italic;
}
h5 {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight:bold;
}
h6 {
	font-size: 1.1em;
	line-height: 1.2em;
	font-style:italic;
}
p {
	margin:.5em 0;
}
ol, ul {
	text-align: justify;
	margin-top: 5px
}
a, a:link, a:visited {
	text-decoration: none;
	cursor: hand;
	color:#FFC413;
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
a:hover {
	text-decoration: underline;
	cursor: hand;
	color:#ffe6aa;
}
a:focus {

}
img {
	border: none;
}
table
{
	empty-cells: show;
	border: 0px;
	border-collapse : collapse;
	font-size:100%;
}
table, td, tr {
	font-size:100%;
}


#bg {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-448px;
	background: url(cowgirl-creations.jpg) 0 0 no-repeat;
	width:996px;
	height:800px;
	text-align:left;
}
#myGallery
{
	width: 525px !important;
	height: 340px !important;
} 
#content {
	position:absolute;
	width:522px;
	height:334px;
	top:299px;
	left:50%;
	margin-left:-230px;
	color:#FFFFFF;
	overflow:auto;
}
#content.noscroll {
	overflow:hidden;
}
#page_title {
	position:absolute;
	top:225px;
	left:50%;
	margin-left:-238px;
}
#corner_photo {
	position:absolute;
	top:30px;
	left:50%;
	margin-left:99px;
}
#menu {
	position:absolute;
	width:167px;
	height:290px;
	top:215px;
	left:50%;
	margin-left:-463px;
}
#menu a,#menu a:hover,#menu a:link,#menu a:visited {
	display:block;
	height:40px;
	line-height:40px;
	color:#ffe6aa;
	font-size:1.1em;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	white-space:nowrap;	
	padding:0 0 0 8px;
}
#menu a:hover {
	color:#FFBC03;
}
#menu_home {}
#menu_gallery {margin-top:10px;}
#menu_portfolio {margin-top:8px;}
#menu_rates {margin-top:12px;}
#menu_events {margin-top:11px;}
#menu_contact {margin-top:8px;}
#copyright {
	position:absolute;
	width:996px;
	height:26px;
	top:774px;
	left:50%;
	margin-left:-498px;
	color:white;
	text-align:center;
	font-size:.8em;
}
#copyright a,#copyright a:link,#copyright a:visited {
	color:white;
	text-decoration:none;
}
#copyright a:hover {
	color:white;
	text-decoration:underline;
}