/* CSS File for Colonial Lanes Grill */

*{margin:0; padding:0;}

img
	{
	border: none;
	}

body 
	{ 
	margin:0px;
	background-image:url(images/colonial_main_bg.jpg);
	background-repeat:repeat-x; 
	background-color:#020451; 
	text-align:center;
	}

a.headerLinks { text-decoration: none; }
a.headerLinks:hover { color:#F4FFCE; text-decoration: underline!important; }
a.headerLinks:active { text-decoration: none; }
a.headerLinks:visited { text-decoration: none; }
a.headerLinks:link { text-decoration: none; }

a.bodyLink { text-decoration: underline!important;  }
a.bodyLink:hover { color:#efefef; text-decoration: underline!important; }
a.bodyLink:active { text-decoration: underline!important;  }
a.bodyLink:visited { text-decoration: underline!important;  }
a.bodyLink:link { text-decoration: underline!important;  }

a.footerLinks { text-decoration: none; color:#E2D8D8; }
a.footerLinks:hover { color:#F4FFCE; text-decoration: underline!important; }
a.footerLinks:active { text-decoration: none; }
a.footerLinks:visited { text-decoration: none; }
a.footerLinks:link { text-decoration: none; }


.bodyLink
	{
	color:#efefef;
	}

.headerLinks
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#E2D8D8;
	text-align:center;
	}
	
.mainPadding
	{
	background-color:#000;
	}
	
.sideBar
	{
	margin-top: 10px;
	margin-bottom:10px;
	}
	
.footer
	{
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	color:#E2D8D8;
	font-size:11px;
	padding:5px 0px 0px 0px;
	background-image:url(images/footer_bg.jpg);
	background-repeat:repeat-x;
	}
	
.sideBarBackground
	{
	background-image:url(images/sidebar_bg.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	}
	
.bodyBackground
	{
	background-image:url(images/open_bowl_body_bg.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	}
	
.sidebarHeader
	{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	color:#E2D8D8;
	padding:3px 3px 6px 8px;
	}
	
.sidebarBody
	{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	color:#a4b9e7;
	padding:3px 5px 5px 5px;
	vertical-align:top;
	}
	
.sidebarBodyHome
	{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:16px;
	color:#a4b9e7;
	padding:3px 5px 5px 5px;
	vertical-align:top;
	}
	
.mainPageBody
	{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:14px;
	color:#a4b9e7;
	padding:5px 5px 5px 5px;
	vertical-align:top;
	}
	
.mainPageBodyRight
	{
	font-family:Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:14px;
	color:#a4b9e7;
	padding:5px 5px 5px 5px;
	vertical-align:top;
	}
	
.mainPageBody2
	{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:14px;
	background-color:#000033;
	color:#a4b9e7;
	padding:5px 5px 5px 5px;
	vertical-align:top;
	}
	
.copyRight
	{
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
	color:#a4b9e7;
	padding:5px 5px 5px 5px;
	}

	
	
	



