/* CSS Document */

#page_wrapper {
	width:900px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:small;
	margin:auto;
	padding-top:20px;
	}
	
#logo {
	margin-left:2px;
	width:280px;
	height:38px;
	font-family:Lucida Sans, Geneva;
	font-size:small;
	
	background-image:url(images/rklogo.jpg);
	
	background-repeat:no-repeat;
	padding:5px;
	}

.white {
	color:#FFFFFF;
	}

#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}
	
#left {
	text-align:justify;
	padding-top: 10px;
	}

#left_no_border {
	text-align:justify;
	padding-right:10px;
	float:left;
	width:880px;
	padding-top: 10px;
	}

#right {
	padding-left:10px;
	margin-left:740px;
	}

h1 {
	font-size:large;
	padding:none;
	}
	
#content p {
	font-size:1.3em;
	line-height:1.3em;
	color:#666666;
	}

p #quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-style:italic;
	line-height:1.3em;
	color:#999999;
	margin-left:50px;
	padding:10px;
	}
	
p #quotation {
	font-size:1.8em;
	}

#content h2 {
    color:#333333;
	font-size: 2em;
    font-weight: normal;
    line-height: 1.3em; }
	
p a:link, p a:active,
p a:visited {
	color:#06c;
	text-decoration:none;
	}
	
p a:hover {
	color:#06c;
	text-decoration:underline;
	}
	
ul a:link, ul a:active,
ul a:visited {
	color:#06c;
	text-decoration:none;
	}
	
ul a:hover {
	color:#06c;
	text-decoration:underline;
	}

#content ul {
	font-size:1.3em;
	line-height:1.3em;
	color:#666666;
	list-style-type:decimal-leading-zero;
	}
	

#right a:link, #right a:active,
#right a:visited {
	color:#666666;
	text-decoration:none;
	}

#right a:hover {
	color:#666666;
	text-decoration:underline;
	}
	
#footer {
	border-top:1px solid #999999;
	color:#999999;
	padding:5px;
	clear:both;
	font-size:1.1em;
}

#footer a:link, #footer a:active,
#footer a:visited {
	color:#999999;
	text-decoration:none;
	}

#footer a:hover {
	color:#999999;
	text-decoration:underline;
	}

#footer_right {
	float:right;
	}
	
#footer_left {
	float:left;
	}

#footer_centre{
	font-size:50%;
	float:none;
	padding-left:5px;
	color:#FFFFFF;
	width:300px;
	margin-left:200px;
	}
	
#footer_centre a:link, #footer_centre a:active,
#footer_centre a:visited, #footer_centre a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}

#page_wrapper #content #left .1 {
	display:block;
	background-image: url(images/1.jpg);
	background-repeat: no-repeat;
	height: 100px;
	width: 170px;
	padding:10px;
	color:#FFFFFF;
	font-size:120%;
}
#content_contact {
	margin-top:20px;
	background-color:#000000;
	color:#FFFFFF;
	font-size:x-small;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}

.termsAndConditions {
	font-size:0.9em;
	}

.paragraphWidth {
	width:500px;
}

.paragraphyWidthMedium{
	width:750px;
}