@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

<!-- 
html  {

	background: url(images/background-damask.jpg)  scroll;


}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: url(images/shadow.png) top repeat-y scroll;
}
.twoColFixRtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ccc;
	text-align: left;
	background:#fff url(images/header.jpg) top no-repeat scroll;
	position:relative;
	
	/* this overrides the text-align: center on the body element. */
} 

.twoColFixRtHdr #container #contact{
	position:absolute;
	width:157px;
	height:47px;
	background-color:#FF9;
	left: 210px;
	top: 9px;
}


.twoColFixRtHdr #container #folio{
	width:150px;
	height:47px;
	position:absolute;
	background-color:#FF9;
	left: 22px;
	top: 18px;
}
.twoColFixRtHdr #container2 {
	
	background:#fff url(images/footer-dog.jpg) bottom center no-repeat;
	padding-bottom:170px;
	display:block;
	position:relative;

	margin-top:150px;
	
	/* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #container  #mainContent  h1{
	font-family:Tahoma, Geneva, sans-serif;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 8px 0 15px 0; 
	color:#930;
	font-size:40px;
	font-weight:normal;
	line-height:35px;
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #container  #mainContent  h2{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0 0 0 0;
	font-family:Tahoma, Geneva, sans-serif;
/*	color:#757500;*/

	color:#930;
	font-size:25px;
	font-weight:normal;
	/* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #container  #mainContent   a
{
	color:#960;
	text-decoration:none;
	margin:0;
	padding:0;

}


.twoColFixRtHdr #container  #mainContent   a:hover
{
	text-decoration:underline;
}
.twoColFixRtHdr #container p{
	font-weight:normal;
	font-size:.9em;
}

.twoColFixRtHdr #sidecontainer{

	float: right; /* since this element is floated, a width must be given */
	width: 340px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
 /* the background color will be displayed for the length of the content in the column, but no further */

	margin-right:35px;
	margin-top: 5px;
	

}


.twoColFixRtHdr  #sidecontainer #sidebar1 {
	
	width: 340px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EAEACE url(images/innerbg.jpg); /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px;
	border:#999 1px solid;
	font-family:Tahoma, Geneva, sans-serif;
	
}
.twoColFixRtHdr #sidecontainer #sidebar1 .box{

	background-color:#E3E3DB;
	border: 1px solid #9B9B95;
	width:300px;
	margin:0px  auto ;
	padding: 5px 10px 5px 10px;
	font-size: .7em;
	position:relative;
	display:block;
	margin-bottom:15px;
	overflow:hidden;


}
.twoColFixRtHdr #sidecontainer #sidebar1 .box .picdiv{
	border: 0px;
	width:300px;
	height:100px;
	padding: 0px;
	margin-top: 3px;
		margin-bottom: 3px;
	overflow:hidden;
	



}
.twoColFixRtHdr  #sidecontainer #sidebar1 h3{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
	
	padding:0 0 5px 10px; ;
	margin:0px;
	color:#930;
	font-weight:normal;

}

.twoColFixRtHdr #sidecontainer .box2
{
	border: 1px solid #9B9B95;
	width:340px;
	padding: 5px 10px 5px 10px;
	font-size: .7em;
	position:relative;
	display:block;
	margin:10px 0 10px 0;
	overflow: inherit;
	color:#666;
	}


.twoColFixRtHdr #mainContent { 
	margin: 0 380px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	display:block;
	position:relative;
} 

.twoColFixRtHdr #mainContent .featureblog {
	padding: 5px 10px 10px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color:#fff;
	font-size:.8em;
	position:relative;
	margin: 0px auto;
	display:block;
	line-height:1.4em;
	height:auto;
	overflow:auto;
} 
.twoColFixRtHdr #mainContent #bloglist-left {
	font-size:.7em;
	font-family:Verdana, Geneva, sans-serif;
	float: left;
	width:300px;
/*	border:1px solid #ccc;*/
	margin-top: 5px;
	padding: 5px;
	line-height:15px;
	color:#555;

	} 
	
.twoColFixRtHdr #mainContent #bloglist-left p{
	margin-bottom:10px;
}
.twoColFixRtHdr #mainContent #bloglist-right {
	float:right;

		width:265px;
		font-size:.8em;
			font-size:.7em;
	font-family:Verdana, Geneva, sans-serif;
			/*border:1px solid #ccc;*/
	margin-top: 5px;
	padding: 5px;
	overflow:hidden;
		

} 

.twoColFixRtHdr #mainContent #bloglist-right p{
	margin-bottom:10px;
}
.twoColFixRtHdr #mainContent ul{ 
	list-style:none;
	margin-left:60px;
line-height:1.3em;
	font-size:1em;
	margin-top: 5px;
} 
.twoColFixRtHdr #mainContent ul li{ 
	list-style-image:url("images/paw.jpg");
	padding-left: 5px;
	line-height:1.3em;
	margin-top: 5px;
} 


.twoColFixRtHdr  .bottom-box {
	float:right;
	padding: 5px 10px 5px 10px;
	margin-right:10px;
	margin-top:10px;
	width:200px;
/*	height: 120px;*/
	font-size:.8em;
/*	background-color:#6F0; 
	border: solid #999 1px;*/
	color:#fff;
	font-size:.8em;
	font-family:Tahoma, Geneva, sans-serif;
} 
.twoColFixRtHdr  .bottom-box h4 {

font-size:1.3em;
color:#C2A366;
	padding-bottom:3px;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:LEFT;

	
} 
.twoColFixRtHdr  .bottom-box a
{
	color:#960;
	text-decoration:none;
	margin:0;
	padding:0;

}
.twoColFixRtHdr  .bottom-box a:hover
{
text-decoration:underline;

}

.twoColFixRtHdr  .bottom-box ul
{
list-style-image:url("images/bone.png");
list-style-type:square;
padding-left: 20px;
margin-left: 10px;
line-height:1.3em;
	font-size:1em;
	margin-top: 5px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.twoColFixRtHdr  .flashbox
{
width:360px;
border:solid 2px #999
}


.twoColFixRtHdr  .flashbox img
{
	border: 2px #CCC solid;
	float: left;
}

.twoColFixRtHdr  .flashbox img:hover
{
	border:2px #960 solid;
}
#menu
{
vertical-align:bottom;
text-align:center;
}

#menu td {
padding-left: 20px;
}


#menu a
{
	font-size:11px;
	font-weight:600;
	color: #B60000;
	text-decoration: none;


}

#menu a:hover
{
	color: #C4A360;
	font-size:11px;
	text-decoration:none;

}

.twoColFixRtHdr  #sidecontainer li
{
list-style:disc;
color:#990000;
 list-style-position: inside;
  padding-left: 20px;
}
.twoColFixRtHdr  #sidecontainer li	a
{
text-decoration:none;
font-size:11px;
color:#990000;
 list-style-position: inside;
  margin-top: 5px;
  padding-left: 20px;
}
.twoColFixRtHdr  #sidecontainer li	a:hover
{
text-decoration:underline;

}
h2
{
font-size:16px;
color:#333333;

}
h3
{
font-size:15px;
color:#333333;
padding-bottom:5px;

}
#boxscreen a
{
color:#996600;
text-decoration:none;

}

#boxscreen a:hover
{
text-decoration:underline;

}
