/*
------------------------------------------------------------------------

Theme Name: 	Twin Air Aattress
Author URI:	http://www.twinairmattressguide.com
Description:   	Simple CSS WP Theme
Version:       	1.0

------------------------------------------------------------------------

Updated:       August 11, 2009
Copyright:     (c) 2009 TwinAirMattressGuide.com

All rights reserved.

*/

    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
	background: #DCDCD6;
	FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana, Sans-Serif;
    }

    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    h2.a {
	color:#333333;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }

    img {
	margin:10px auto 5px auto;
	border:0;
	
	}
    a {
	color: #ffffff;
	text-decoration: none;
    }

    #maincontainer {
        clear:both;
        width:760px;
	margin: 0 auto;
    }

/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
	color: #ffffff;
	background: #000000;
    }

    #header h1 {
	font-size: 16pt;
	color: #ffff00;
	text-align: center;
    }

    #header p {
	font-weight: bold;
	text-align: center;
	margin:0;
    }

    #header p a {
	font-size: 8pt;
	font-weight: normal;
    }

/* column container */
	.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
        width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	}

/* Right Sidebar */
	.rightmenu {
	background: #6B8E25;
	}



/* Content Area */

	.rightmenu .colleft {
        float:left;
        width:200%;
        margin-left:-200px;
        position:relative;
        right:100%;
        background:#fff;
	COLOR: #333333;
    }

    .rightmenu .col1wrap {
	    float:left;
	    width:50%;
	    position:relative;
	    left:50%;
	    padding-bottom:1em;
	}
.rightmenu .col1 {
        margin:0 15px 0 215px;
        overflow:hidden;
	}
.rightmenu .col1 h2 {
	color: #333333;
	}

    .rightmenu .col2 {
        float:right;
        width:170px;
        position:relative;
        left:185px;
	color: #ffffff;
    }


/* Footer styles */
	.footer {
        clear:both;
        float:left;
        width:100%;
	color: #ffffff;
	background: #000000;
	border-top:1px solid #000;
	FONT-SIZE: 8pt;
    }
    .footer p {
        padding:2px;
        margin-top:5px;
	text-align: center;
    }

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */
