/* paul-mccormack.com css*/


/* basics */

* {
    padding : 0px;
    margin : 0px;
}
 
html, body {
    height : 100%;
	font-family : verdana, arial, sans-serif;
    font-size : 12px;
	color: #000000; 
}

.clearfloat {
    clear : both;
    float : none;
}

.big {
	font-size : 130%;
	padding : 10px;
}

.blackborder {
/* used for adding a black border to linked images */
	border: 1px solid #000000;
}

.borderless {
/* used for removing border from linked images */
	border: 0px;
}

.centre {
	text-align: center;
}

.medium {
	font-size : 115%;
	padding : 10px;
}

.photosmall {
	margin-left: 15px;
	font-size: 80%;
}

.review {
	font-size : 80%;
	padding : 10px;
}

.small {
	font-size : 80%;
}

/* MAIN DIVS */

#background {
	width : 100%;
    background-color : #FFFFFF;
/*	background: url(../images/background.gif) top left; */
}

#container {
    width : 770px;
	position : relative;
	margin-left : auto;
	margin-right : auto;
/*	border: 1px solid #000000; */
/* needs a border otherwise the background doesn't go to the top in firefox */
	border: 1px solid #FFFFFF;
    background-color : #FFFFFF;
}

/* TOP DIVS */

#pageheader {
	height: 120px;
	width: 100%;
	margin-top: 19px;
    background: url(../images/header.jpg) top left no-repeat;
}

#pageheader h1 span {
	display : none;
}

#toptext {
	text-align: justify;
}

/* LEFT DIVS */

#leftcolumn {
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}

#cd_photo {
	width: 216px;
	height: 216px;
	margin-top: 10px;
	margin-right: 20px;
    background: url(../images/we_sang_into_the_wind.jpg) top left no-repeat;
}

/* MIDDLE DIVS */

#maincontent {
	margin-left: 240px;
	margin-top: 10px;
/* any wider and the content drops to the bottom in IE6 */
	height: 100%;
}

#maintext {
	text-align: justify;
	margin-right: 35px;
}

/* BOTTOM DIVS */

#bottomtext {
	margin-left: 50px;
	text-align: justify;
}

#footer {
}

#xhtmlbadge {
	float: left;
	width: 180px;
	padding-left: 20px;
	margin-right: 20px;
	padding-bottom: 10px;
}

#xhtmlbadge .blank {
/* padding for when a page can't be validated due to external links */
	width: 88px;
	height: 31px;
}

#footermenu { 
	text-align: left;
	font-size: 80%;
	padding-top: 20px;
		}
	
#footercopy {
	padding: 10px;
	text-align: center;
	font-size: 80%;
}


