html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,img,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em; font-weight:normal; font-style:normal;}
ul,ol {list-style:none;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}


body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-image: url(../img/bckg-main.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	line-height: 20px;
	height: 100%;
	/* cursor:url(../img/cursor.png),auto; */
}

#yogolojipage {
	width: 1000px;
	margin: 0px auto;
}

#menu {
	background-image: url(../img/bckgcolour.png);
	background-repeat: repeat-x;
	min-height: 30px;
	text-align: center;
	color: #666666;
	padding: 5px;
	font-size: 18px;
}

#menu a {
	text-decoration: none;
	color: #000000;
	font-size: 18px;
	vertical-align: middle;
	padding: 0px 5px;
}

#menu a:hover {
	color: #FF0066;
}


#logo {
	text-align: center;
}


#content {
	background-image: url(../img/bckgcontent.png);
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 550px;
}

#insidecontent {
	width: 1000px;
	margin: 0px auto;
}

#columnone {
	width: 230px;
	float: left;
	padding: 10px;
	margin: 0px 0px 50px 0px;
}

#columntwo {
	width: 230px;
	float: left;
	padding: 10px;
	margin: 0px 0px 50px 0px;
}

#columnthree {
	width: 480px;
	float: right;
	padding: 10px;
	margin: 0px 0px 50px 0px;
}

#columnone h2, #columntwo h2, #columnthree h2 {
	color: #FF0066;
	font-size: 24px;
	padding: 30px 0px 10px 0px;
}

#footer {
	clear: both;
	min-height: 300px;
	background-position: top center;
	background-repeat: no-repeat;
	background-image: url(../img/bckgfooter.png);
	background-color: #eee;
}

#insidefooter {
	width: 1000px;
	margin: 0px auto 0px auto;
	min-height: 160px;
}

#contactdetails {
	float: left;
	width: 450px;
	margin: 20px 0px 0px 10px;
	color: #FF0066;
}

#twitter_update_list {
	float: right;
	width: 480px;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: normal;
	line-height: 28px;
	text-align: left;
	color: #333;
	margin: 0px 0px 20px 0px;
}

#twitter_update_list a {
	display: block;
	color: #FF0066;
	font-size: 19px;
	text-decoration: none;
}

#twitter_update_list span a:hover {
	text-decoration: underline;
	color: #f00;
}

#twitter_update_list li {
	list-style-type: none;
	padding: 0px 0px 20px 0px;
}


#contact-area {
	float: right;
	width: 460px;
	margin: 20px 10px 0px 0px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 460px;
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	border: 2px solid #FF0066;
	background-color: #FF0066;
	color: #FFFFFF;
}

#contact-area textarea {
	height: 60px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	margin: 15px -12px 0px 10px;
	float: right;
	background-color: #FF0066;
}

#designedby {
	float: left;
	margin: 120px 0px 0px 10px;
}

#designedby a {
	text-decoration: none;
	font-size: 10px;
	color: #959595;
}

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