

/******************************************************

 Style Sheet for Ray carick website
 
 version: 2.0
 author: Ray Carrick
 email: info@raycarrick.co.uk
 website: http://www.raycarrick.co.uk
 
 *****************************************************/

* {
	margin: 0px; 
	padding: 0px;
}


body { 
	font: 11pt Arial,sans-serif;
	line-height: 1.6;
	background-color: #f5f5f5;

}



div#page {
	position: relative;
	margin: 0px auto;
	width: 50%;
	height: 850px;
	background-color: #dddddd;
	border-style: none solid;
	border-width: 2px;
	border-color: #939393;
}



h1 {
	font: bold 24pt arial, sans-serif;
	background-color: #939393;
	color: #d0d0d0;
	padding: 40px 40px 40px 40px;
	border-bottom-style: solid;
	border-color: #e1e1f8;
	border-width: 1px;
}



div#nav ul {
	margin: 30px 20px;
	border-style: solid none;
	border-width: 1px;
	border-color: #939393;
	list-style: none;
	font-size: 10pt;
	font-weight: bold;
}



div#nav li {
	display: inline;
	margin-left: 20px;
}

div#nav a {
	color: #666666;
	font-weight: bold;
}

#indexpage a#index {
	color: red;
}

#contactpage a#contact {
	color: red;
}

#counsellingpage a#counselling {
	color: red;
}

#detailspage a#details {
	color: red;
}

#aboutmepage a#aboutme {
	color: red;
}

#linkspage a#links {
	color: red;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#para {
	padding: 5px 80px 20px 60px;
}

p {
	text-align: justify;
	margin-top: 5px;
}

#counselling p {
	margin-top: 8px;
	line-height: 1.5;
}

p.main {
	margin-top: 10px;
}

p.contact {
	margin-top: 5px;
	text-align: left;
}

p.sendbutton {
	text-align: center;
}

ul#linkslist {
	list-style: none;
	margin-left: 40px;
}

button {
	padding: 3px;
	font-weight: bold;
	font-size: 11pt;
	margin-top: 10px;
	margin-left:210px;
}

img {
	position: absolute;
	top: 230px;
	left: 570px;
	opacity: 0.90;
	width: 200px;
	height: 300px;
}


img#me {
	left: 600px;
	width: 217px;
	height: 268px;
}

div#w3 {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

div#w3 img {
	position: relative;
	width: 88px;
	height: 31px;
	border: none;
	left: 10px;
	top: 0px;
}

div#credit {
	font-size: 8pt;
	position: absolute;
	bottom: 0px;
	right: 40px;
}
