﻿/* This StyleSheet contains custom styles for this project */

/*The main div is the Div wrapper*/
#wrapper
{
width: 1000px;
}

/*This is for the left div or Visio Image*/
#left{
width: 320px;
float: left;
text-align: left;
}

/*This is for the right div or text*/
#right{
width: 65%;
float: right;
text-align: left;
}
.ImageDivs
{
}