﻿/*
 * Main CSS Stylesheet
 *
 * BHIDS-02 -- Ver. 1.0   05-Nov-2009
 * Copyright 2009 Bengalhome Enterprises
 * GNU Public License V2.0
 * Joomla Ver. 1.5.x
 */

html, 
body {
	height: 100%;
	width: 100%;
}

body {
	background-image: url(../images/cp_bg.png) repeat-x;
	background-color: #222222;
	margin: 0px;
	text-align: center; /* required for centering the page in IE */
	font-family: Arial, Helvetica, Sans-Serif, Verdana;
	font-size: 12px;
	line-height: 14px;  
	color: #eeeeee;
	padding: 0px;
}

#Body_Wrap {
	position: static;
	width: 1024px;
	margin: 0 auto; /* centering the page */
	text-align: left;
	padding-bottom: 45px
}

#Header_Wrap {
	position: static;
	height: 150px;
	background-image: url(../images/header.png)  
}

#Menu {
	position: static;
	background-image: url(../images/menu.png);
	width: 1024px;
	height: 28px;
}

#Content_Wrap_Graphic {
	background-repeat: repeat-y;
	background-image: url(../images/body-left.png)
}

#Content_Wrap {
	margin-right: 10px;
	margin-left: 15px;
	height: 100%;
}

#Content_Left_Sidebar_Wrap {
	float: left;
	width: 200px;
}

#Content_Center_Wrap {
	float: right; 
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 10px;
}

#Content_Center_Wrap li {
	font-size: 12px;
	padding-left: 10px;
	list-style-position: inside
}

#Content_Center_Wrap #sectblentry {
	line-height: 20px;
}

#Outer_Article_Wrap {
	width: 765px;
	background-color: #000000;	
	border-collapse: collapse;
	border-top: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
	border-left: 1px solid #ff0000;
}

#Inner_Article_Wrap {
	width: 100%;
	padding: 5px;
	border: 0px;
	border-collapse: collapse;
}

#Footer_Wrap {
	height: 50px;
	clear: both;
	text-align: center;
	background-image: url(../images/footer.png);
}
