
	/* Elements */

	body {
		background: #6E6E6E url(../images/img1.jpg) repeat-x;
		margin: 0px;
		/*text-align: justify;*/
		font-family: verdana, Arial, Helvetica, sans-serif;
		font-size: small;
		color: #666;
		font-weight: normal;
	}

	h1 {
	}

	h2, h3 {
		margin-top: 0px;
	}

	h4, h5, h6 {
	}

	p, ol, ul, dl, blockquote {
	}

	/*a {
		color: #c00000;
	}

	a:hover {
		text-decoration: none;
	}

	.img1 {
		float: left;
		margin: 3px 15px 0px 0px;
	}*/
	/* Header */

	#header {
		width: 600px;
		height: 274px;
		margin: 10px auto 0 auto;
		background: url(../images/img2.jpg);
	}

	#header h1 {
		margin: 0px;
		padding: 180px 0 0 30px;
		font-size: 32px;
		letter-spacing: -2px;
		color: #ffa7a8; font-weight: normal;
	}

	#header h2 {
		margin: 0;
		padding: .1em 0 0 30px;
		font-size: 18px;
		/*	letter-spacing: -1px;*/
		color: #ffcccc;font-weight: normal;
	}

	/*	#header a {
		text-decoration: none;
		color: #FFFFFF;
	}*/

	/* Menu */

	#menu {
		width: 600px;
		height: 30px;
		margin: 0px auto;
	}

	#menu ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
	}

	#menu li {
		display: inline;
	}

	#menu a {
		display: block;
		float: left;
		width: 120px;
		padding: 7px 0px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		background: #EEEEEE;
	}

	#menu a:hover {
		background: #CCCCCC;
	}

	/* Content */

	#content {
		background: url(../images/img3.jpg) repeat-y; #FFFFFF;
		width: 600px;
		margin: 0px auto;
		padding: 2px 0px 0px 0px;
	}

	#colOne {
		float: right;
		width: 350px;
		margin-right: 10px !important;
		margin-right: 5px;
		padding-right: 20px;
		padding-left: 20px;
		background: #EEEEEE;
		border: 1px #666;
		border-style: solid;
	}
   #colOne a{
	color: #f60;	
	}
	#colOne a:hover {
	color: #f60; background: #666	
	}
	#colTwo {
		float: left;
		width: 150px;
		margin-top: 0px;
		padding-right: 20px;
		padding-left: 20px;
	}

	#colTwo ul {
		margin-left: 0px;
		padding-left: 0px;
		list-style-position: inside;
	}

	#content h1 {
		padding: 5px 0px 5px 5px;
		color: #173E68;
	}

	#content h2 {
		padding: 5px 0px 5px 5px;
		text-transform: uppercase;
		font-size: 16px;
		color: #2D2D2D;
		border-bottom: 1px dashed;
	}

	#content h3 {
		color: #6C6C6C;
	}
	/* Footer */

	#footer {
		width: 600px;
		margin: 0px auto;
		padding: 3px 0px;
		height: 20px;
		background: url(../images/img3.jpg) repeat-y;
	#EEEEEE;
		text-align: center; color: #333;
	}

	#footer p {
		margin: 0px;
		padding-top: 15px;
		text-align: center;
		font-size: 11px;
		color: #333;
	}

	#footer a {
		color: #666666;
	}

	#footer a:hover {
		color: #333333;
	}


	/*joomla element*/

	a:link, a:visited {
		color: #aaa; text-decoration: none;
		/*font-weight: bold;*/
	}

	a:hover {
		color: #ffa7a8;	text-decoration: none;
		/*font-weight: bold;*/
	}

	#active_menu {
		color:#c07071;
		/*color:#30f;*/

	}

	a#active_menu:hover {
		color: #333;
	}

	a.mainlevel:link, a.mainlevel:visited {
		display: block;
		background: url(../images/menu_bg.jpg) no-repeat;
		vertical-align: middle;
		font-size: 11px;
		font-weight: normal;
		color: #aaa;
		text-align: left;
		padding-top: 5px;
		padding-left: 18px;
		height: 20px !important;
		height: 25px;
		width: 100%;
		text-decoration: none;
		font-variant: small-caps;
	}

	a.mainlevel:hover {
		background-position: 0px -25px;
		text-decoration: none;
		color: #c07071;
	}

	/*a.sublevel:link, a.sublevel:visited {
		padding-left: 1px;
		vertical-align: middle;
		font-size: 11px;

		color: #ff6600;
		text-align: left;
	}*/

	a.sublevel:hover {
		color: #C43C03;
		text-decoration: none;
	}

	table.moduletable {
		width: 100%;
		margin-bottom: 5px;
		padding: 0px;
		border-spacing: 0px;
		border-collapse: collapse;
	}
	table.blog {
		font-size: 10px;
	}
	table.moduletable th {
		background: url(../images/subhead2_bg.png) repeat-x;
		color: #666666;
		text-align: left;
		padding-top: 4px;
		padding-left: 4px;
		height: 21px;
		font-weight: bold;
		font-size: 10px;
		text-transform: uppercase;
	}

	.contentheading {
		height: 30px;
		color: #c00000;
		font-weight: bold;
		font-size: 14px;
		white-space: nowrap;
		
	}
	.componentheading {
	color: #ff0000;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;

}
	table.moduletable td {
		font-size: 11px;
		padding: 0px;
		margin: 0px;
		font-weight: normal;
	}

	table.contentpaneopen {
		width: 100%;
		padding: 0px;
		border-collapse: collapse;
		border-spacing: 0px;
		margin: 2px;
		font-size: 12px; line-height: 18px;
	}

	table.contentpaneopen td {
		padding-right: 5px;
	}

	table.contentpaneopen td.componentheading {
		padding-left: 4px;
	}
	table.contentpaneopen td.contentheading {
		padding-left: 4px;
		border-top: solid 1px #ddd
	}
