@charset "utf-8";
body  {
width:800px;
font:0.83em/1.4em Tahoma, Geneva, sans-serif;
color:#CBD4E3;
background:#000 url(../images/body_bg.gif) repeat-y top center;
letter-spacing:1px;
margin:0 auto;
}

h1,h2,h3,h4,h5,h6 {
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-weight:bold;
color:#e9df55;
}

h2 {
font-size:2em;
}

h3 {
font-size:1.5em;
}

h4 {
font-size:1.25em;
}

a:link {
	color:#999999;
	text-decoration:none;
}

a:visited {
	color:#666666;
	text-decoration:none;
}

a:hover {
color:#E9DF55;
text-decoration:underline;
}

a:active {
color:#E9DF55;
text-decoration:none;
}

form {

}

form fieldset {
border:1px dashed #373E4A;
margin:0;
padding:1em 1em 1em 5em;
}

form fieldset legend {
font-family:"Times New Roman", Times, serif;
font-size:150%;
font-style: italic;
font-weight: bold;
color:#e9df55;
background-color:#000;
margin: 0 0 0 -.5em;
padding:.5em;
}

label,input,select {
display:block;
width:200px;
margin: 0;
}

textarea {
width: 250px;
height: 150px;
margin-bottom: .5em;
}

.textbox {
color:#000;
background-color:#CBD4E3;
font-family:Arial, sans-serif;
font-size:.9em;
border:1px solid #fff;
padding:.3em;
}

.submitbutton {
background-color:#CBD4E3;
border:1px solid #fff;
color:#282D36;
width:80px;
}

blockquote {
color:#cbd4e3;
background-color:#282D36;
border-left:1px dotted #cbd4e3;
font:1em/1.5em "Times New Roman", Times, serif;
letter-spacing:.05em;
margin:1.5em;
padding:.75em;
}

.twoColFixRtHdr #container {
	width: 795px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #header-wrap {
height:199px;
width:795px;
margin:0;
padding:0;
} 
.twoColFixRtHdr #header {
	height:100%;
	width:100%;
	color:#cbd4e3;
	margin:0 auto;
	padding:0;
	background-color: #000;
	background-image: url(../images/harder.gif);
	background-repeat: no-repeat;
	background-position: left top;
} 
.twoColFixRtHdr #header h1 {
font-size:400%;
	color:#CBD4E3;
	background-color:transparent;
	float:left;
	display:block;
	margin:0;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 10px;
}
.twoColFixRtHdr #navcontainer {
width:200px;
height:199px;
float:right;
background:#000 url(../images/nav_bg.jpg) repeat-y top right;
line-height:2em;
margin:0;
padding:5px;
}
.twoColFixRtHdr #nav {
	width:219px;
	margin:0;
	padding:10px;
}

.twoColFixRtHdr #nav dd {
list-style:none;
text-align:left;
margin:0 0 5em 3em;
}

.twoColFixRtHdr #nav dd a {
font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
font-weight:bold;
text-decoration:none;
letter-spacing:2px;
}

.twoColFixRtHdr #nav dd a:hover {
color:#E9DF55;
}

.twoColFixRtHdr #sidebar1 {
	width:190px;
	float:right;
	color:#FFFFFF;
	background:#000 url(../images/sidebar_bg.jpg) no-repeat top right;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0;
}
#sidebar h2 {
margin-top:0;
margin-bottom:.5em;
color: #cbd4e3;
width:180px;
border-top:1px dashed #373E4A;
border-bottom:1px dashed #373E4A;
background:#000 none;
font-size:1.5em;
padding:4px;
}

#sidebar ul {
list-style-type:none;
margin:0 0 1.5em;
padding:0;
}

#sidebar li {
	padding-left:1em;
	background:#000 url(../images/sidebar_nav_bullet.gif) no-repeat 0 .4em;
}

#sidebar p {
	font-size:85%;
	margin:.75em 0;
	padding:0;
}
.twoColFixRtHdr #mainContent {
	width:520px;
	float:left;
	color:#CBD4E3;
	background:#000 url(../images/main_bg.jpg) no-repeat top left;
	padding-top: 55px;
	padding-right: 5px;
	padding-bottom: 55px;
	padding-left: 5px;
} 
.twoColFixRtHdr #footer {
	clear:left;
	background-color:#000;
	border-top:1px dotted #373E4A;
	text-align:center;
	color:#697081;
	font-size:12px;
	padding:1px;
} 

.twoColFixRtHdr #footer dd {
	display:inline;
	text-align:center;
}

.twoColFixRtHdr #nav dd a:link,.twoColFixRtHdr #nav dd a:visited {
color:#CBD4E3;

}
.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;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
/* calender */
.main {
width:12em;
border:1px solid black;
}

.month {
	background-color:#FFFFFF;
	font:bold 12px verdana;
	color:#e9df55;
	background-color:#000000;
}

.daysofweek {
	background-color:#000000;
	font:bold 12px verdana;
	color:#e9df55;
}

.days {
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color: #000000;
	padding: 2px;
}

.days #today{
	font-weight: bold;
	color: #FFFF00;
}

/******Portfolio page***********/

.photogallery{ /*CSS for TABLE containing a photo album*/
}

.photogallery img{ /*CSS for images within an album*/
	border: 1px solid #999999;
}

.photonavlinks{ /*CSS for pagination DIV*/
	font: bold 14px Arial;
	text-align: center;
}

.photonavlinks a{ /*CSS for each navigational link*/
margin-right: 2px;
margin-bottom: 3px;
padding: 1px 5px;
border:1px solid gray;
text-decoration: none;
background-color: white;
text-align:center;
}

.photonavlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}

/* Price page */

#wrapper { 
width:80%;
font-family: Arial, Helvetica, sans-serif;
text-align:left;
}
#wrapper h2 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bolder;
}
#wrapper p {
	font-size: 12px;
	color: #CCCCCC;
}

#wrapper ul {

text-align:justify;
padding-left: 25px;
	
}

#wrapper li {
	color:#FFFFFF;
}
#pack1 {
	width: 100%;
	margin: 5px;
	padding: 5px;
	float: left;
	display: block;
	border: medium solid #999999;
}

#pack2 {
	width: 100%;
	padding: 5px;
	background-position: top;
	display: block;
	float: left;
	margin: 5px;
	border: medium solid #CCCCCC;
}

#pack3 {
	width: 100%;
	padding: 5px;
	background-position: top;
	display: block;
	float: left;
	margin: 5px;
	border: medium solid #CCCCCC;
}

#pack4 {

	width: 100%;
	margin: 5px;
	padding: 5px;
	background-position: top;
	display: block;
	float: left;
	border: medium solid #CCCCCC;
	
}
#pack5 {
	width: 100%;
	margin: 5px;
	padding: 5px;
	float: left;
	display: block;
	border: medium solid #CCCCCC;
}