/* CSS Document */
/*Artroom Cascading Style Sheet Designed and Developed NeoTribal*/
/*Feel free to learn from this, but don't copy it, it doesn't help anybody*/

body {
	border:0;
	padding:0;
	margin:0;
	
	background-color:#234585;
	background-image:url(ARimg/img-bkgnd.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-attachment:scroll;
	}
div#wrapper {
	display:block;
	position:relative;
	width:755px;
	height:auto;
	margin:0 auto 0 auto;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	text-align:left;
	line-height:1.25em;
	color:#fff;

	}
div#flashBlock {
	display:block;
	position:relative;
	width:755px;
	height:289px;
	margin:1px auto 0px auto;
	
	background-color:transparent;
	background-image:url(ARimg/img-flashBkgnd.gif);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	}
.logo {
	display:block;
	position:relative;
	width:100px;
	height:100px;
	margin:10px auto 10px auto;
	}
div#subMenu {
	display:block;
	position:relative;
	width:225px;
	height:auto;
	margin:10px 2px 10px 3px;
	float:left;
	}
div#subMenu a{
	display:block;
	position:relative;
	width:100%;
	height:auto;
	line-height:2em;
	font-weight:bold;
	text-align:left;
	text-transform:uppercase;
	text-decoration:none;
	font-size:small;
	margin:2px;
	color:#ff9;
}
div#subMenu a:hover{
	display:block;
	position:relative;
	width:100%;
	height:auto;
	line-height:2em;
	background-color:#ff9;
	color:#000;
}
div#underTheLine {
	background-color:#000;
	background-image:url(ARimg/img-bodyBkgnd.gif);
	background-position:top center;
	background-repeat:repeat-y;
	background-attachment:scroll;
	
	display:block;
	position:relative;
	width:755px;
	height:auto;
	
	margin:0 auto 0 auto;
	
	/*border-left:2px ridge #ccc;
	border-right:2px ridge #eee;*/
	border-bottom:2px ridge #6e6e6e;
	}
div#content {
	display:block;
	position:relative;
	width:520px;
	height:auto;
	margin:5px auto 10px auto;
	float:right;
	}
p {
	display:block;
	position:relative;
	width:490px;
	height:auto;
	margin:0 auto 5px auto;
	text-align:justify;
	}
p a{
	display:block;
	position:relative;
	line-height:2em;
	font-weight:bold;
	/*text-transform:uppercase;*/
	text-decoration:none;
	text-indent:2em;
	font-size:x-small;
	color:#ff9;
	border:1px solid #000;

}
a.regLink{
	line-height:2em;
	font-weight:bold;
	/*text-transform:uppercase;*/
	text-decoration:none;
	font-size:small;
	color:#ff9;
	}
p a:hover{
	color:#ccc;
	text-decoration:none;
	border:1px solid #003;
	}
h1 {
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
	text-align:left;
	}
/*div#blocker {
	display:block;
	position:relative;
	width:755px;
	height:25px;
	margin:10px auto auto auto;
	clear:both;
	}*/
a.topLink {
	display:block;
	position:relative;
	width:100%;
	height:auto;
	line-height:1em;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	text-indent:2em;
	font-size:small;
	color:#ff9;
	text-align:right;
	margin:5px 0 5px 0;
	float:right;
	}
a.topLink:hover{
	background-color:#ff9;
	color:#000;
}
