/* master default style sheet for amandamorris.co.uk */

@import url("base.css");
@import url("menu.css");
@import url("text_import.css");
@import url("links.css");
@import url("header.css");
@import url("footer.css");
@import url("img.css");
@import url("home.css");
@import url("forms.css");

#pagedetails
{
	clear: both;
	margin: 0px;
	padding: 5px;
	font-size: 130%;
	margin-left: 35px;
	margin-right: 35px;
}

#home_intro
{
	margin-left: -30px;
	margin-top: 3em;
	line-height: 2.7em;
    text-align: left;
}

#mld_about_text
{
	float: left;
	width: 55%;
	text-align:justify;
	margin-top: 2em;
	line-height: 1.4em;
}

#mld_picture, #bowen_picture
{
	float: right;
}

#mld_preop
{
	width: 45%;
	float: left;
}


#mld_postop
{
	float: right;
	width: 45%;
}

#mld_general
{
	clear: both;
	padding-top: 0.5em;
}

#mld_contact_phone
{
	margin-top: 4em;
	margin-left: 0px;
}

.page_left_col
{
    float: left;
    width: 58%;
    display: inline;        
	text-align:justify;
}

.page_left_col.bowen
{
    width: 58%;
}

.page_right_col
{
    display: inline;
    float: right;
}

.page_right_col.aboutme
{
    margin-top: 5px;
    margin-bottom: 2em;
}

.bowen_footer
{
    margin-top: 2em;    
}

.tab
{
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

.float_left
{
    display: inline;        
    float: left;
}

.float_right
{
    display: inline;        
    float: right;
}

.paragraph
{
    clear: both;
    margin-top: 1em;
}

.clear_both
{
    clear: both;
}

#pageheader_pagecontents
{
   border: 0 none;
    float: left;
    margin: 20px 0 0 35px;
    top: 0;    
}

