/*
 * veinstent.com site styling
 *
 * We can't just use the existing side-wide CSS because stupid, so
 * duplicate the useful bits.
 */

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600);

body
{
	font-family:  'Open Sans', Arial, Helvetica, sans-serif;
	color:        #555555;
	background:   url(//www.veinstent.com/osimages/ui-bkg.jpg)
	              top center repeat-x #17c3e5;
}


div#wrapper
{
	width:        900px;
	min-height:   600px;
	margin:       0 auto;
}

div.top-id
{
	width:        100%;
	height:       85px;
	text-align:   center;
}

div#nav
{
	border:        1px solid #dddddd;
	border-radius: 10px;
}

div#content-wrapper
{
	min-height:    500px;
	margin:        15px 0;
	border:        2px solid #fff;
	border-radius: 10px;
	background:    url(//www.veinstent.com/osimages/bkg-vs.jpg)
	               top right no-repeat #edfcff;
}

div#content-area
{
	width:         70%;
	padding:       35px;
	min-height:    500px;
}

div#footer
{
	width:         90%;
	font-size:     12px;
}
