@import url(ASHTANGA.WEBSITE.STYLE.NAV.css);
@import url(ASHTANGA.WEBSITE.STYLE.CONTENT.css);

/* GENERAL STYLE SETTINGS */
body
{
	background-color:#8BA5CA;
}

#loginbutton,
#logoutbutton
{
	top:0px;
	right:5px;
	height:5px;
	width:30px;
	font-size:12px;
	position:absolute;
	font-weight:bold;
}

#loginbutton a:link,
#loginbutton a:visited
{
	color:#8BA5CA;
	text-decoration:none;
}

#loginbutton a:hover
{
	color:#EE7500;
}

#logoutbutton a:link,
#logoutbutton a:visited
{
	color:#EE7500;
	text-decoration:none;	
}

#logoutbutton a:hover
{
	color:#000000;
}

#content_holder
{
	top:50%;
	left:50%;
	z-index:1;
	width:800px;
	height:350px;
	position:absolute;
	margin-top:-175px;
	margin-left:-400px;
	vertical-align:middle;
	background-repeat:no-repeat;
	/*background-attachment:fixed;*/
	font-family:Verdana,sans-serif;
	background-image:url(../../images/template/cologne/ASHTANGA.WEBSITE.BACKGROUND.gif);
}

#logo_canvas
{
	top:10px;
	float:left;
	width:200px;
	height:320px;
	overflow:hidden;
	padding:0 0 0 0;
	position:relative;
}

#content_canvas
{
	top:20px;
	width:595px;
	*width:597px;
	height:310px;
	overflow:auto;
	position:relative;
	text-align:center;
	padding:0 0 0 5px;
}
/* END OF STYLE SETTINGS FOR ELEMENT CONTAINERS */