﻿/* Website Style Sheet External CSS File by The IT Company @ www.theitcompany.ie */

body
{
	font-family: "Trebuchet MS", Verdana;
	font-size: small;
}

#wrapper
{
	width: 900px;
	margin: 10px auto;
	padding: 10px;
}

#header
{
	width: 900px;
	padding-bottom:25px;
	height: auto;
}

#content
{
	width: 900px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content-floatleft
{
	float: left;
 	width: 440px;
}

#content-floatright
{
	float: right;
	width: 440px;
}

#content-fullwidth
{
	width: 900px;
}

#content-main
{
	margin-left: 10px;
	width: 900px;
}

#content-right
{
	margin-left: 10px;
	width: 274px;
	height: auto;
}

/* Float An Image To The Right*/
.ImageFloatRight
{
 border-width: 0px;
	float: right;
 	padding-top: 0px;
 	padding-bottom: 5px;
 	padding-left: 5px;
 	padding-right: 5px;
}

/* Float An Image To The Left*/
.ImageFloatLeft
{
 margin: 5px 20px;
	padding: 5px;
	float: left;
}

/* Centre An Image*/
.ImageCentered
{
 display: block;
 margin-left: auto;
 margin-right: auto;
}

.DisplayList
{
	font-family: Verdana;
	color: #FF00FF;
	font-weight: 500;
	list-style-image: url('images/small-rose.jpg');
	padding-left: 25px;
}

.DisplayList li
{
height: 25px;
}



#footer
{
	font: small "Trebuchet MS";
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 900px;
}

#bottom
{
		clear:both;
		text-align:right;
}

.BoldIt {
	font-weight: bold;
}

.style1 {
	background-repeat: no-repeat;
	background-position: right 50%;
}

.style2 {
	margin: 5px;
}

.style3 {
	text-align: center;
}

#portfolio {
	z-index: 1;
	left: 525px;
	top: 171px;
	position: absolute;
}
