@import url("menu.css");

/* this is all to do with getting the full height of the page in the wrapper */
html, body { }

body {
	/*
	font-family: Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: "Times New Roman", serif;
	font-family: Georgia, serif;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	line-height: 140%;
	letter-spacing: 0.5px;
	background-image: url(/cms2/templates/arathra_v/images/bkg1.jpg);
}

/*  ############# STANDARD LINK REMOVAL AND STANDARD HTML ELEMENTS ########### */

A:link {text-decoration: none; color: blue;}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: none; color: blue;}
A:hover {text-decoration: underline; color: blue;}

li {margin-bottom: 10px;}

hr { color: red; }

/* ########## MAIN LAYOUT ELEMENTS ########## */


#wrapper {
	margin: 0 auto;
	width: 800px;
	text-align: left;
	min-height: 100%;
	height: auto; /* for full height of page */
	overflow: auto; /* leave this; it's for full height; if it causes scrollbars then use overflow: hidden */
	border: thin solid gray;
	background-color: white;
}

#header {
}

#logo {
	padding-top: 0px;
	margin-left: 0px;
}

#left {
	float: left;
	width: 150px;
	background-color: white;
}


#content {
	float: left;
	width: 600px;
	background-color: white;
}

#content IMG { margin: 10px; border: none;}

.inside {
	padding:10px;
}

.contentheading {
	color: #294b5f;
	font-size: 2.5em;
	line-height: 1em;
	font-weight: bold;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	padding-bottom: 25px;
	padding-left: 40px;
}
