
body {
max-width: 1050px;
min-width: 700px;
background-color: #ffffff; 
background-image: url('http://www.authentic-italian-pasta-recipes.com/image-files/body-background.jpg');
background-repeat: repeat-x;
font-family: Arial, Verdana,  sans-serif;
font-size: 95%;
color: #666;
margin: auto;
padding: 0;
text-align: center;
}


.max-width {
width:expression(document.body.clientWidth < 702? "700px" :document.body.clientWidth > 1052? "1050px": "auto" );
}

/*the font size is 100% of the body font setting So while it says 100%, this is actually 100% of whatever we set in the body selector. By default, that is 85%. No need to touch this if you dont want to */
table {
font-size:100%; /*leave this font size, change the individual cells below, if the default size isnt to your liking*/
color: inherit;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
text-align: left;
}


table.border{ /*this sets the border around your main content table*/
border: none;
width:95%; /*this sets how wide your content table will be. Change to 100% for full screen width*/
}

 
ul {
list-style-type: none;
padding-left: 0;
margin-left: 30px;
}
 
li.custom {
background: url(../image-files/bullet.gif) left top no-repeat; 
padding-left: 20px;
margin-bottom: 10px;
}

 


a { font-family: Arial, Verdana, sans-serif; 
font-size: 100%; color: blue; 
text-decoration: underline;
}

a:visited { font-family: Arial, Verdana, sans-serif;
 font-size: 100%; 
 background-color: transparent;
 text-decoration: underline;
 color: purple;
 }

a:hover { font-family: Arial, Verdana, sans-serif;
 font-size: 100%; 
 background-color: transparent;
 text-decoration: underline;
 color: red;
 }


#header-link{
text-align: center;
}

#header-link a{
text-decoration: none;
}

#header-link a:hover{
background-color: transparent;
}



h1 { font-family: Arial, Verdana, sans-serif; font-size: 150%;  color: #000; text-align:center; margin-top:0}
h2 { font-family: Arial, Verdana, sans-serif; font-size: 116%;  color: #000; text-align:center; margin-top:0}
h3 { font-family: Arial, Verdana, sans-serif; font-size: 108%;  color: #000; text-align:center; margin-top:0; margin-bottom: 2px}


.hbg{
background-color:#666; 
color: #fff;
width: auto;
}



.header {
background-color: #fff;
background-image: url('../image-files/header.jpg');
background-position: top left;
background-repeat: no-repeat;
height: 186px;
margin: 0;
padding: 0;
}

.spacer {
background-color: #990000;
width: 18%;
}

.content {
background-color: #ffcccc;
border-left: 1px solid #cccccc;
border-right: 1px solid  #cccccc;
border-top: none;
border-bottom: 1px solid  #cccccc;
font-size: 85%; 
color: inherit;
padding: 20px 10px 20px 10px;
width: 60%;
}

.right {
font-family: Arial, Verdana,  sans-serif;
font-size: 86%;
color: inherit;
background-color: #990000; 
padding: 10px;
width: 18%;
}

.left {
font-size: 86%;
color: inherit;
background-color: #990000;
padding: 10px;
}

.footer {
font-size: 86%;
color: #000000;
background-color: #990000;
border-top: 1px solid #ffffff;
padding: 5px; 
}

.bottom-strip {
background-color: #666;
font-size: 86%;
color: #000;
text-align: center;
}


.navigator {                        
background-color: none;
border: none;
width: auto;
padding: 7px;
text-align: left;
}


.navlink a {
font-family: Arial, san-serif;
margin-top: 3px; 
margin-right: 3px;
margin-bottom: 3px; 
margin-left: 3px;
}



.navlink {
font-weight: bold;
}


.navlink a {
padding: 3px;
text-decoration: none;
display: block;
color: white;
background-color: none;
border: transparent;
}



.navlink  a:visited {
color: white;
background-color: none;
text-decoration: none;
}

.navlink a:hover {
color: none;
background-color: none;
text-decoration: underline;
}


.add-navlink  a {
color: white;
background-color: none;
text-decoration: none;
text-align: center;
}

.add-navlink  a:visited {
color: white;
background-color: none;
text-decoration: none;
}

.add-navlink  a:hover {
color: none;
background-color: none;
text-decoration: underline;
}



.top-nav  {
text-align: center;
font-family: Verdana, Arial, sans-serif;
font-weight: bold;
font-size: 85%;
position: absolute;
top: 160px;
left: 10px;
}


.top-nav  ul {
list-style-type: none;
padding: 0;
margin: 0;
}

.top-nav  ul li {
border: none;
display: inline;
background-color: transparent
;
padding: 3px;
margin: 3px;
}

.top-nav  a {
color: white;
background-color: none;
text-decoration: none;
text-align: center;
}

.top-nav  a:visited {
color: white;
background-color: none;
text-decoration: none;
}

.top-nav  a:hover {
color: none;
background-color: none;
text-decoration: underline;
}


div.top-nav-position{ 
width: 100%; 
background-color: transparent; 
height: 40px; 
position: relative;
top: 0; 
left: 0;
margin: 0; 
padding: 0; 
}



div.center-box {
   width: 60%;
   background-color: #ffffcc;
	 margin:5px auto;	
	 padding: 15px;
   border: 1px dotted #000066;
	}


div.full {
   background-color: #ffffaa;
	 margin: 15px 10px 10px 10px;
	 padding: 15px;
   border: 1px solid #000;
	}
	
div.full2 {
   background-color: #ffffaa;
	 margin: 15px 0px 10px 0px;
	 padding: 15px;
   border: 1px solid #000066;
	}


 div.half-left {
  background-color: #ffcccc;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000066;
	padding: 10px;
	width: 50%;
	float: left;
	}
	

div.half-right {
  background-color: #ffcccc;
	margin: 5px 5px 5px 5px;
	border: 1px solid #000066;
	padding: 10px;
	width: 50%;
	float: right;
}


.img-left {
	float: left;
	padding: 2px;
	margin-right: 5px;
	border: 2px solid #000066;
}
.img-right {
	float: right;
	padding: 2px;
	margin-left: 5px;
	border: 2px solid #000066;
}


div.clear {
	clear: both;
	width: 100%;
	height: 1px;
}

